Slicer.LockedPosition

Slicer.LockedPosition property

Indicates whether the specified slicer can be moved or resized by using the user interface.

public bool LockedPosition { get; set; }

Examples


[C#]

slicer.LockedPosition = false;

See Also