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

BaseLeafPrimitive.IsTransformLocked Property

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

Namespace: DevExpress.XtraGauges.Core.Primitive

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

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