Back to Devexpress

DigitalBackgroundLayer.ShapeFar Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-digitalbackgroundlayer-9068493d.md

latest1.5 KB
Original Source

DigitalBackgroundLayer.ShapeFar Property

Gets the shape used to paint the layer’s most distant edge.

Namespace : DevExpress.XtraGauges.Core.Model

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
public BaseShape ShapeFar { get; }
vb
Public ReadOnly Property ShapeFar As BaseShape

Property Value

TypeDescription
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 DigitalBackgroundLayer.ShapeType property.

See Also

ShapeType

DigitalBackgroundLayer Class

DigitalBackgroundLayer Members

DevExpress.XtraGauges.Core.Model Namespace