LabelCreateParams Class

Definition

Line 10 of System.Screen/Label.cm

Constructors & Destructor

public nothrow LabelCreateParams()

Member Functions

public nothrow LabelCreateParams& Defaults()
public nothrow LabelCreateParams& SetAutoSize(bool autoSize_)
public nothrow LabelCreateParams& SetBackColor(ConsoleColor backColor_)
public nothrow LabelCreateParams& SetForeColor(ConsoleColor foreColor_)
public nothrow LabelCreateParams& SetLocation(const Point& loc)
public nothrow LabelCreateParams& SetSize(const Size& size_)
public nothrow LabelCreateParams& SetText(const String<char>& text_)

Member Variables

public bool autoSize
public ControlCreateParams controlCreateParams
public String<uchar> text

Constructor& Destructor Details

LabelCreateParams Constructor

public nothrow LabelCreateParams()

Definition
Line 12 of System.Screen/Label.cm


Member Function Details

Defaults Member Function

public nothrow LabelCreateParams& Defaults()

Definition
Line 15 of System.Screen/Label.cm


SetAutoSize Member Function

public nothrow LabelCreateParams& SetAutoSize(bool autoSize_)

Definition
Line 44 of System.Screen/Label.cm


SetBackColor Member Function

public nothrow LabelCreateParams& SetBackColor(ConsoleColor backColor_)

Definition
Line 34 of System.Screen/Label.cm


SetForeColor Member Function

public nothrow LabelCreateParams& SetForeColor(ConsoleColor foreColor_)

Definition
Line 29 of System.Screen/Label.cm


SetLocation Member Function

public nothrow LabelCreateParams& SetLocation(const Point& loc)

Definition
Line 19 of System.Screen/Label.cm


SetSize Member Function

public nothrow LabelCreateParams& SetSize(const Size& size_)

Definition
Line 24 of System.Screen/Label.cm


SetText Member Function

public nothrow LabelCreateParams& SetText(const String<char>& text_)

Definition
Line 39 of System.Screen/Label.cm