BaseLeafPrimitive.Transform Property
In This Article
Gets or sets the transformation matrix.
Namespace: DevExpress.XtraGauges.Core.Primitive
Assembly: DevExpress.XtraGauges.v24.2.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