Back to Devexpress

BaseLeafPrimitive.Transform Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-primitive-dot-baseleafprimitive-88ef1e68.md

latest1.9 KB
Original Source

BaseLeafPrimitive.Transform Property

Gets or sets the transformation matrix.

Namespace : DevExpress.XtraGauges.Core.Primitive

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

NuGet Package : DevExpress.Gauges.Core

Declaration

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

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

Angle

Location

ScaleFactor

BaseLeafPrimitive Class

BaseLeafPrimitive Members

DevExpress.XtraGauges.Core.Primitive Namespace