BaseLeafPrimitive.Transform Property
Gets or sets the transformation matrix.
Namespace: DevExpress.XtraGauges.Core.Primitive
Assembly: DevExpress.XtraGauges.v24.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
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