Enum
PictureBoxPanelOverflowMode

An enumeration which indicates how the panels of RadPictureBoxElement will be positioned.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public enum PictureBoxPanelOverflowMode

Fields

HorizontalOverVertical

The horizontal panels will occupy the full width of the element/control and the vertical ones will be placed into the rest space between the horizontal panels.

Declaration

cs-api-definition
HorizontalOverVertical = 0

Field Value

PictureBoxPanelOverflowMode

VerticalOverHorizontal

The vertical panels will occupy the full height of the element/control and the horizontal ones will be placed into the rest space between the vertical panels.

Declaration

cs-api-definition
VerticalOverHorizontal = 1

Field Value

PictureBoxPanelOverflowMode