ScreenSpaceMode
Enum
This eunm defines the possible screen space usage modes.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public enum ScreenSpaceMode
Fields
The whole screen is used when positioning the popup.
C#
WholeScreen = 0
The working area of the screen is used when positioning the popup.
C#
WorkingArea = 1