Back to Devexpress

BaseLeafPrimitive.ScaleFactor Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-primitive-dot-baseleafprimitive-2b61e8fd.md

latest1.2 KB
Original Source

BaseLeafPrimitive.ScaleFactor Property

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

Namespace : DevExpress.XtraGauges.Core.Primitive

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
[Browsable(false)]
public FactorF2D ScaleFactor { get; set; }
vb
<Browsable(False)>
Public Property ScaleFactor As FactorF2D

Property Value

TypeDescription
DevExpress.XtraGauges.Core.Base.FactorF2D

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

|

See Also

BaseLeafPrimitive Class

BaseLeafPrimitive Members

DevExpress.XtraGauges.Core.Primitive Namespace