LabelCreateParams Class

Constructors & Destructor | Member Functions | Member Variables

Definition

Line 55 of System.Windows/Label.cm

Constructors & Destructor

public LabelCreateParams(ControlCreateParams& controlCreateParams_)

Member Functions

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

Member Variables

public bool autoSize
public ControlCreateParams& controlCreateParams

Constructor& Destructor Details

LabelCreateParams Constructor

public LabelCreateParams(ControlCreateParams& controlCreateParams_)

Definition
Line 57 of System.Windows/Label.cm


Member Function Details

Defaults Member Function

public LabelCreateParams& Defaults()

Definition
Line 60 of System.Windows/Label.cm


SetAutoSize Member Function

public LabelCreateParams& SetAutoSize(bool autoSize_)

Definition
Line 64 of System.Windows/Label.cm