Skip to main content

BaseShapeAppearance(BrushObject, BrushObject) Constructor

Initializes a new instance of the BaseShapeAppearance class with the specified brushes.

Namespace: DevExpress.XtraGauges.Core.Drawing

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

NuGet Package: DevExpress.Gauges.Core

Declaration

public BaseShapeAppearance(
    BrushObject border,
    BrushObject content
)

Parameters

Name Type Description
border BrushObject

A BrushObject used to initialize the BaseShapeAppearance.BorderBrush property.

content BrushObject

A BrushObject used to initialize the BaseShapeAppearance.ContentBrush property.

See Also