Skip to main content

LabelControlAppearanceObject Properties

Contains appearance settings used to paint a LabelControl.
Name Description
BackColor Gets or sets the background color if the AppearanceObject.BackColor2 property’s value is Color.Empty. Otherwise, it specifies the gradient’s starting color. Inherited from AppearanceObject.
BackColor2 Gets or sets the end color of the background’s gradient brush. Inherited from AppearanceObject.
BorderColor Gets or sets the border color. Inherited from AppearanceObject.
ControlAppearance static Gets the default appearance settings which are used to paint 3-D elements in Windows. Inherited from AppearanceObject.
DefaultFont static Gets or sets the default font for controls. Inherited from AppearanceObject.
DefaultMenuFont static Gets and sets the font used to display text on menus. Inherited from AppearanceObject.
DisabledImage Obsolete. Gets or sets the image to be displayed within the label when the control is disabled.
DisabledImageIndex Obsolete. Gets or sets the index of the image to be displayed within the label when the control is disabled.
EmptyAppearance static Returns an empty appearance object. Inherited from AppearanceObject.
Font Gets or sets the font used to paint the text. Inherited from AppearanceObject.
FontHeight Obsolete. Gets the height of the font used by the appearance object. Inherited from AppearanceObject.
FontSizeDelta Gets or sets an integer value by which the font size is adjusted. Inherited from AppearanceObject.
FontStyleDelta Gets or sets an additional style to be applied to the font. Inherited from AppearanceObject.
ForeColor Gets or sets the foreground color. Inherited from AppearanceObject.
GradientMode Gets or sets the background gradient’s direction. Inherited from AppearanceObject.
HAlignment Gets the horizontal alignment of the appearance object’s text. Inherited from AppearanceObject.
HoverImage Obsolete. Gets or sets the image to be displayed within the label when the control is hovered over.
HoverImageIndex Obsolete. Gets or sets the index of the image to be displayed within the label when the control is hovered over.
Image Stores the image that will be shown inside the LabelControl.
ImageAlign Gets or sets the alignment of the image within the label.
ImageIndex Gets or sets the index of the image displayed within the label.
ImageList Gets or sets the source of images to be displayed within the label.
IsDefaultFontChanged static Gets whether the default font is changed. Inherited from AppearanceObject.
IsDisposed Gets whether the current object has been disposed of. Inherited from AppearanceObject.
Name Gets or sets the name of the current appearance object. Inherited from AppearanceObject.
Options Provides access to the appearance object’s options.
ParentAppearance Gets the parent appearance object. Inherited from AppearanceObject.
PressedImage Obsolete. Gets or sets the image to be displayed within the label when the control is pressed.
PressedImageIndex Obsolete. Gets or sets the index of the image to be displayed within the label when the control is pressed.
TextOptions Provides access to text rendering options (horizontal and vertical alignment, word wrapping, trimming options, etc.). Inherited from AppearanceObject.
See Also