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

BaseLeafPrimitive.ScaleFactor Property

Gets or sets the object’s scale along the X and Y axes.

Namespace: DevExpress.XtraGauges.Core.Primitive

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

Declaration

[Browsable(false)]
public FactorF2D ScaleFactor { get; set; }

Property Value

Type Description
DevExpress.XtraGauges.Core.Base.FactorF2D

A Factor2D structure that specifies the object’s scale factors along the X and Y axes.

See Also