LabelControlAppearanceObject.Options Property
Provides access to the appearance object’s options.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public LabelControlAppearanceOptions Options { get; }
Property Value
Type | Description |
---|---|
DevExpress.XtraEditors.LabelControlAppearanceOptions | A DevExpress.XtraEditors.LabelControlAppearanceObject object containing the appearance options. |
Remarks
The object returned provides a set of Boolean properties, specifying which appearance settings should be used. See Appearances to learn more.
See Also