Slicer.IsLocked

Slicer.IsLocked property

Indicates whether the slicer shape is locked.

public bool IsLocked { get; set; }

Examples


[C#]

slicer.IsLocked = false;

See Also