Skip to main content

DigitalBackgroundLayer.ShapeNear Property

Gets the shape used to paint the layer’s nearest edge.

Namespace: DevExpress.XtraGauges.Core.Model

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

NuGet Package: DevExpress.Gauges.Core

Declaration

public BaseShape ShapeNear { get; }

Property Value

Type Description
DevExpress.XtraGauges.Core.Drawing.BaseShape

A DevExpress.XtraGauges.Core.Drawing.BaseShape class descendant.

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