Skip to main content
A newer version of this page is available. .

BaseLeafPrimitive.Transform Property

Gets or sets the transformation matrix.

Namespace: DevExpress.XtraGauges.Core.Primitive

Assembly: DevExpress.XtraGauges.v19.1.Core.dll

Declaration

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

Property Value

Type Description
Matrix

A Matrix object that specifies the transformation matrix.

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