Skip to main content

BaseTextAppearance(BrushObject) Constructor

Initializes a new instance of the BaseTextAppearance class with the specified brush.

Namespace: DevExpress.XtraGauges.Core.Drawing

Assembly: DevExpress.XtraGauges.v23.2.Core.dll

NuGet Package: DevExpress.Gauges.Core

Declaration

public BaseTextAppearance(
    BrushObject brush
)

Parameters

Name Type Description
brush BrushObject

A BrushObject used to initialize the BaseTextAppearance.TextBrush property.

See Also