Skip to main content

BaseLeafPrimitive.IsTransformLocked Property

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

Namespace: DevExpress.XtraGauges.Core.Primitive

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

NuGet Package: DevExpress.Gauges.Core

Declaration

[Browsable(false)]
public bool IsTransformLocked { get; }

Property Value

Type Description
Boolean

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

See Also