Back to Devexpress

ArcScaleBackgroundLayer.Size Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-arcscalebackgroundlayer-8fc7b30e.md

latest1.7 KB
Original Source

ArcScaleBackgroundLayer.Size Property

Gets or sets the size of the layer.

Namespace : DevExpress.XtraGauges.Core.Model

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
public SizeF Size { get; set; }
vb
Public Property Size As SizeF

Property Value

TypeDescription
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.

See Also

ScaleCenterPos

Coordinate System

ArcScaleBackgroundLayer Class

ArcScaleBackgroundLayer Members

DevExpress.XtraGauges.Core.Model Namespace