Back to Devexpress

AlertControl.AppearanceText Property

windowsforms-devexpress-dot-xtrabars-dot-alerter-dot-alertcontrol-9b3a7123.md

latest1.3 KB
Original Source

AlertControl.AppearanceText Property

Provides appearance settings that are used to paint the text in alert windows when the text is not hovered over.

Namespace : DevExpress.XtraBars.Alerter

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
public virtual AppearanceObject AppearanceText { get; }
vb
<DXCategory("Appearance")>
Public Overridable ReadOnly Property AppearanceText As AppearanceObject

Property Value

TypeDescription
AppearanceObject

An AppearanceObject object containing corresponding appearance settings.

|

See Also

AlertControl Class

AlertControl Members

DevExpress.XtraBars.Alerter Namespace