ArcScaleEffectLayer.Size Property
Gets or sets the size of the layer.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v24.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
Property Value
Type | Description |
---|---|
SizeF | A SizeF structure that represents the size of the layer, in relative coordinates. |
Remarks
See Coordinate System, to learn about relative coordinates.
To shift the current layer relative to the scale’s center, use the ArcScaleEffectLayer.ScaleCenterPos property.
See Also