DisableMoveResizeUI Property
DisableMoveResizeUI
Gets or sets whether the specified slicer can be moved or resized by using the user interface.
Declaration
bool DisableMoveResizeUI { get; set; }
Property DisableMoveResizeUI As Boolean
Property Value
Type |
Description |
bool |
true if the slicer cannot be moved or resized by selecting borders or handles in the user interface; otherwise, false .
Setting the DisableMoveResizeUI property to true affects only the user interface.
|