A newer version of this page is available.
Switch to the current version.
ArcScaleBackgroundLayer.Size Property
Gets or sets the size of the layer.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v18.2.Core.dll
Declaration
[XtraSerializableProperty]
public SizeF Size { get; set; }
<XtraSerializableProperty>
Public Property Size As SizeF
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 ArcScaleBackgroundLayer.ScaleCenterPos property.
Implements
DevExpress.XtraGauges.Core.Model.IArcScaleBackgroundLayer.Size
See Also
Feedback