| public nothrow | LabelCreateParams() |
| 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_) |
| public bool | autoSize |
| public ControlCreateParams | controlCreateParams |
| public String<uchar> | text |