Enum PictureBoxPanelDisplayMode
An enumeration which indicates how the panels of RadPictureBoxElement will be displayed.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public enum PictureBoxPanelDisplayMode
Always
The panels will be displayed always.
None
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.
OnMouseHover
The panels will be displayed only when the mouse is over the picture box.