New to Telerik UI for WinFormsStart a free 30-day trial

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

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public enum PictureBoxPanelOverflowMode

Fields

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.

C#
HorizontalOverVertical = 0

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.

C#
VerticalOverHorizontal = 1