Enum PictureBoxPanelOverflowMode
An enumeration which indicates how the panels of RadPictureBoxElement will be positioned.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public enum PictureBoxPanelOverflowMode
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.
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.