BaseTextAppearance.TextBrush Property
Gets or sets the brush used to paint text.
Namespace: DevExpress.XtraGauges.Core.Drawing
Assembly: DevExpress.XtraGauges.v24.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content, true)]
public BrushObject TextBrush { get; set; }
Property Value
Type | Description |
---|---|
BrushObject | A BrushObject descendant used to paint text. |
See Also