Skip to main content

BaseLeafPrimitive.Transform Property

Gets or sets the transformation matrix.

Namespace: DevExpress.XtraGauges.Core.Primitive

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

NuGet Package: DevExpress.Gauges.Core

#Declaration

[Browsable(false)]
public DXMatrix Transform { get; set; }

#Property Value

Type
DXMatrix

#Remarks

The transformation matrix is used internally to rotate, shift and scale the object according to the transformation settings specified by the BaseLeafPrimitive.Angle, BaseLeafPrimitive.Location and BaseLeafPrimitive.ScaleFactor properties.

See Also