Table of Contents

Enum PopupWindow<T>.InteriorSizeFlags

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Flags that specify which components (such as padding and margin) should be included when calculating the interior size of the popup window and its main control.

[Flags]
public enum PopupWindow<T>.InteriorSizeFlags

Fields

All = ControlPadding | ControlMargin | PanelPadding | PanelMargin | Padding | WindowBorder

Include all available components (control and panel padding/margin, and window padding).

ControlMargin = 2

Include the margin of the main control.

ControlPadding = 1

Include the padding of the main control.

Padding = 16

Include the padding of the popup window itself.

PanelMargin = 8

Include the margin of the main panel.

PanelPadding = 4

Include the padding of the main panel.

WindowBorder = 32

Include difference between window size and client size (window border).