Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

HyperlinkLabelControlAppearanceObject Class

Contains appearance settings that paint a HyperlinkLabelControl.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public class HyperlinkLabelControlAppearanceObject :
    LabelControlAppearanceObject

The following members return HyperlinkLabelControlAppearanceObject objects:

#Remarks

The HyperlinkLabelControlAppearanceObject class exposes properties, methods and events used to customize a HyperlinkLabelControl‘s appearance (the background and foreground colors, gradient mode, font settings, normal link color, visited link color, etc.).

You can use the HyperlinkLabelControl.Appearance property to access a HyperlinkLabelControlAppearanceObject class instance.

#Inheritance

Object
AppearanceObject
LabelControlAppearanceObject
HyperlinkLabelControlAppearanceObject
See Also