| TopPanel |
Gets or sets a value indicating whether column names which differ only in the casing are allowed. |
| BottomPanel |
Gets the bottom panel element. This panel allows adding buttons label and other elements in three collections - left, center and right items. |
| LeftPanel |
Gets the left panel element. This panel allows adding buttons label and other elements in three collections - top, center and bottom items. |
| RightPanel |
Gets the right panel element. This panel allows adding buttons label and other elements in three collections - top, center and bottom items. |
| PanelOverflowMode |
Gets or sets a value indicating how the panels are positioned. |
| PanelDisplayMode |
Gets or sets a value indicating how the panels are displayed. The possible options are: always or on mouse hover. |
| AllowPanelAnimations |
Gets or sets a value indicating whether to show animations when showing and hiding panels. Note that animations are applied only when PanelDisplayMode is set to OnMouseHover. |
| ZoomProperties |
Gets the properties responsible for the zoom operations. |
| NoPictureStack |
Gets the Telerik.WinControls.Layouts.StackLayoutPanel that is displayed when there is no image(raster or vector) assigned. |
| NoPictureImageElement |
Gets the element that holds the image visible when there is no image(raster or vector) assigned. |
| NoPictureTextElement |
Gets the element that holds the text visible when there is no image(raster or vector) assigned. |
| HorizontalScrollBar |
Gets the horizontal scrollbar element. |
| VerticalScrollBar |
Gets the vertical scrollbar element. |
| ShowScrollBars |
Gets or sets a value indicating whether to display scrollbars when the displayed image is larger than the element. |
| DefaultText |
Gets or sets the text which is displayed when the Telerik.WinControls.UI.LightVisualElement.Image and Telerik.WinControls.UI.LightVisualElement.SvgImage properties are not specified. |
| DefaultImage |
Gets or sets the raster image which is displayed when the Telerik.WinControls.UI.LightVisualElement.Image and Telerik.WinControls.UI.LightVisualElement.SvgImage properties are not specified. |
| DefaultSvgImage |
Gets or sets the vector image which is displayed when the Telerik.WinControls.UI.LightVisualElement.Image and Telerik.WinControls.UI.LightVisualElement.SvgImage properties are not specified. |
| DefaultSvgImageXml |
Gets or sets string XML of the the vector image which is displayed when the Telerik.WinControls.UI.LightVisualElement.Image and Telerik.WinControls.UI.LightVisualElement.SvgImage properties are not specified. |
| RadImageLayout |
Specifies how the image is positioned on the element. |
| ImageAlignment |
Gets or sets the alignment of the image on the drawing surface. Default is TopLeft. Note that this property is respected only when the ImageLayout is set to None. |
| ContextMenuEnabled |
Gets or sets a value indicating whether to display context menu on right mouse click. |
| ContextMenu |
Gets the context menu. |
| ContextMenuProperties |
Gets the context menu related properties. |
| ImageEditorDialog |
Gets or sets the dialog responsible for image editing. |
| ReadOnly |
Determines if users can only view the image with no interaction: zoom and context menu are not available when read only is true. |