EnumPictureBoxPanelDisplayMode
Enum
An enumeration which indicates how the panels of RadPictureBoxElement will be displayed.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public enum PictureBoxPanelDisplayMode
Fields
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.