FitToScreenModes
Enum
This enum defines how the size of a RadPopupControlBase is fitted to the screen bounds.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
[Flags]
public enum FitToScreenModes
Fields
The height of the popup is fit to the available space on the screen.
C#
FitHeight = 2
The width of the popup is fit to the available space on the screen.
C#
FitWidth = 1
The size of the popup is not fit to the bounds of the screen.
C#
None = 0