An enumeration which indicates how the panels of RadPictureBoxElement will be displayed.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public enum PictureBoxPanelDisplayMode
Fields
The panels will be displayed always.
C#
Always = 0
The panels will not be displayed. Suitable to manually manage when the panels will be displayed. In order to show/hide use the ShowPanels(bool animate) and HidePanels(bool animate) of RadPictureBoxElement.
C#
None = 2
The panels will be displayed only when the mouse is over the picture box.
C#
OnMouseHover = 1