Skip to main content
A newer version of this page is available. .

HyperlinkLabelControlAppearanceObject Properties

Provides appearance settings used to paint a HyperlinkLabelControl.
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.
DisabledColor Gets or sets the color used to display links within a disabled HyperlinkLabelControl (when its Enabled property is set to false).
DisabledImage Obsolete. Gets or sets the image to be displayed within the label when the control is disabled. Inherited from LabelControlAppearanceObject.
DisabledImageIndex Obsolete. Gets or sets the index of the image to be displayed within the label when the control is disabled. Inherited from LabelControlAppearanceObject.
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. Inherited from LabelControlAppearanceObject.
HoverImageIndex Obsolete. Gets or sets the index of the image to be displayed within the label when the control is hovered over. Inherited from LabelControlAppearanceObject.
Image Stores the image that will be shown inside the LabelControl. Inherited from LabelControlAppearanceObject.
ImageAlign Gets or sets the alignment of the image within the label. Inherited from LabelControlAppearanceObject.
ImageIndex Gets or sets the index of the image displayed within the label. Inherited from LabelControlAppearanceObject.
ImageList Gets or sets the source of images to be displayed within the label. Inherited from LabelControlAppearanceObject.
IsDisposed Gets whether the current object has been disposed of. Inherited from AppearanceObject.
LinkColor Gets or sets the color used to display normal links.
Name Gets or sets the name of the current appearance object. Inherited from AppearanceObject.
Options Provides access to the appearance options.
ParentAppearance Gets the parent appearance object. Inherited from AppearanceObject.
PressedColor Gets or sets the color used to display links when the HyperlinkLabelControl is pressed.
PressedImage Obsolete. Gets or sets the image to be displayed within the label when the control is pressed. Inherited from LabelControlAppearanceObject.
PressedImageIndex Obsolete. Gets or sets the index of the image to be displayed within the label when the control is pressed. Inherited from LabelControlAppearanceObject.
TextOptions Provides access to text rendering options (horizontal and vertical alignment, word wrapping, trimming options, etc.). Inherited from AppearanceObject.
VisitedColor Gets or sets the color used to paint visited links.
See Also