Skip to main content

BaseLeafPrimitive.ScaleFactor Property

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

Namespace: DevExpress.XtraGauges.Core.Primitive

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

NuGet Package: DevExpress.Gauges.Core

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