Class PopupResizeDirection
Specifies resize mode for the Navigation pane's popup.
Inheritance
System.Object
PopupResizeDirection
Namespace: Syncfusion.Windows.Tools
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public sealed class PopupResizeDirection : Enum
Fields
Both
popup can be resized in any direction.
Declaration
public const PopupResizeDirection Both
Field Value
Type |
---|
PopupResizeDirection |
Horizontal
Horizontal resizing of the popup is available.
Declaration
public const PopupResizeDirection Horizontal
Field Value
Type |
---|
PopupResizeDirection |
None
Size of the popup cannot be changed.
Declaration
public const PopupResizeDirection None
Field Value
Type |
---|
PopupResizeDirection |
Vertical
Vertical resizing of the popup is available.
Declaration
public const PopupResizeDirection Vertical
Field Value
Type |
---|
PopupResizeDirection |