Enum AutoHideSide
Specifies the edges of the host form to auto hide.
Namespace: Syncfusion.Windows.Forms.Tools.Renderers
Assembly: Syncfusion.Tools.Windows.dll
Syntax
[Flags]
public enum AutoHideSide
Fields
Name | Description |
---|---|
Bottom | Bottom edge of the host form. |
Left | Left edge of the host form. |
None | For Internal use. |
Right | Right edge of the host form. |
Top | Top edge of the host form. |