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

ArcScaleEffectLayer.ScaleCenterPos Property

Gets or sets the position of the scale’s center relative to the layer’s left-top corner.

Namespace: DevExpress.XtraGauges.Core.Model

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

Declaration

[XtraSerializableProperty]
public PointF2D ScaleCenterPos { get; set; }

Property Value

Type Description
DevExpress.XtraGauges.Core.Base.PointF2D

A PointF2D structure that specifies the position of the scale’s center, relative to the layer’s left-top corner, in fractions.

Remarks

This property is equivalent to the ArcScaleBackgroundLayer.ScaleCenterPos property. See this topic to learn more.

See Also