Enum
FitToScreenModes

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:

cs-api-definition
[Flags]
public enum FitToScreenModes

Fields

FitHeight

The height of the popup is fit to the available space on the screen.

Declaration

cs-api-definition
FitHeight = 2

Field Value

FitToScreenModes

FitWidth

The width of the popup is fit to the available space on the screen.

Declaration

cs-api-definition
FitWidth = 1

Field Value

FitToScreenModes

None

The size of the popup is not fit to the bounds of the screen.

Declaration

cs-api-definition
None = 0

Field Value

FitToScreenModes

In this article
DefinitionFieldsFitHeightFitWidthNone
Not finding the help you need?
Contact Support