Back to Devexpress

BaseLeafPrimitive.IsTransformLocked Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-primitive-dot-baseleafprimitive-168886bc.md

latest1.5 KB
Original Source

BaseLeafPrimitive.IsTransformLocked Property

Gets whether the object has been locked by the BaseLeafPrimitive.BeginTransform method.

Namespace : DevExpress.XtraGauges.Core.Primitive

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
[Browsable(false)]
public bool IsTransformLocked { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsTransformLocked As Boolean

Property Value

TypeDescription
Boolean

true if the object has been locked by the BaseLeafPrimitive.BeginTransform method; otherwise, false.

|

See Also

BaseLeafPrimitive Class

BaseLeafPrimitive Members

DevExpress.XtraGauges.Core.Primitive Namespace