Skip to main content
A newer version of this page is available. .

LinearScaleLevel.BarEmptyShape Property

Gets the shape used to paint the level bar’s empty section.

Namespace: DevExpress.XtraGauges.Core.Model

Assembly: DevExpress.XtraGauges.v19.1.Core.dll

Declaration

public BaseShape BarEmptyShape { get; }

Property Value

Type Description
DevExpress.XtraGauges.Core.Drawing.BaseShape

A BaseShape object.

Remarks

This property supports the internal infrastructure and typically there is no need to use it directly from your code. To change the object’s painting style, use the LinearScaleLevel.ShapeType property.

See Also