LabelCreateParams Class

Definition

Line 55 of System.Windows/Label.cm

Constructors & Destructor

public nothrow LabelCreateParams(ControlCreateParams& controlCreateParams_)

Member Functions

public nothrow LabelCreateParams& Defaults()
public nothrow LabelCreateParams& SetAutoSize(bool autoSize_)

Member Variables

public bool autoSize
public ControlCreateParams& controlCreateParams

Constructor& Destructor Details

LabelCreateParams Constructor

public nothrow LabelCreateParams(ControlCreateParams& controlCreateParams_)

Definition
Line 57 of System.Windows/Label.cm


Member Function Details

Defaults Member Function

public nothrow LabelCreateParams& Defaults()

Definition
Line 60 of System.Windows/Label.cm


SetAutoSize Member Function

public nothrow LabelCreateParams& SetAutoSize(bool autoSize_)

Definition
Line 64 of System.Windows/Label.cm