style_sheet | The xtd::forms::style_sheets::style_sheet used to draw a label. |
graphics | The xtd::drawing::graphics used to draw a label. |
bounds | The xtd::drawing::rectangle that specifies the bounds of the label. |
label_state | The visual state of a label that is drawn with visual styles. |
back_color | The background color for the label control. |
text | The text of the label control. |
text_flags | Contains the display and layout information for text strings. |
fore_color | The foreground color for the label control. |
font | The font of the text for the label control. |
image | The image of the label control. |
image_align | Contains the display and layout information for image . |
border | Contains the border style for the control |
side | Contains the border sides for the control. |
shadows | An xtd::forms::shadow array used to draw shadows under the text. |
auto_ellipsis | The value indicating whether the ellipsis character (...) appears at the right edge of the xtd::forms::label, denoting that the xtd::forms::label text extends beyond the specified length of the xtd::forms::label. |