| Name | Description |
 | AlignHorz | Gets or sets the horizontal alignment for the style. |
 | AlignText | Gets or sets the alignment of the text with respect to the alignment of the picture for the style. |
 | AlignVert | Gets or sets the vertical alignment for the style. |
 | BackColor | Gets or sets the background color for the style. |
 | BackgroundImage | Gets or sets the background image for the style. |
 | Border | Gets or sets the border for the style. |
 | CanFocus | Gets or sets whether the object can receive focus. |
 | DrawFocusRectangle | Gets or sets the focus rectangle drawing style for the object. |
 | Enabled | Gets or sets whether the object can receive focus and respond to user actions. |
 | Font | Gets or sets the font for the style. |
 | ForeColor | Gets or sets the text color for the style. |
 | ForegroundImage | Gets or sets the foreground image for the style. |
 | MarginBottom | Gets or sets the margin between the bottom of the object and its contents. |
 | MarginLeft | Gets or sets the margin between the left edge of the object and its contents. |
 | MarginRight | Gets or sets the margin between the right edge of the object and its contents. |
 | MarginTop | Gets or sets the margin between the top of the object and its contents. |
 | Picture | Gets or sets the picture for the style. |
 | PictureMargin | Gets or sets the margin between the text and the picture for the style. |
 | PictureOrientation | Gets or sets the orientation of the picture for the style. |
 | PictureTransparencyColor | Gets or sets the transparency color for the picture for the style. |
 | Selectable | Gets or sets whether the user can interact with the element. |
 | StyleName | Gets or sets the name for the created style. |
 | Text | Gets or sets the contents of the control as a string matching exactly what is displayed. |
 | TextOrientation | Gets or sets the orientation of the text. |
 | TextWrap | Gets or sets whether to automatically wrap text without line breaks. |
 | Visible | Gets or sets, for the style, whether the element is visible. |