Enum PopupResizeDirection
Specifies resize mode for the Navigation pane's popup.
Namespace: Syncfusion.Windows.Tools
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public enum PopupResizeDirection
Fields
| Name | Description |
|---|---|
| Both | popup can be resized in any direction. |
| Horizontal | Horizontal resizing of the popup is available. |
| None | Size of the popup cannot be changed. |
| Vertical | Vertical resizing of the popup is available. |