New to Telerik UI for WinFormsStart a free 30-day trial

Properties and Events

Updated on Sep 19, 2025

This article provides reference tables with the Properties, and Events in RadPictureBoxElement.

Properties

PropertyDescription
TopPanelGets or sets a value indicating whether column names which differ only in the casing are allowed.
BottomPanelGets the bottom panel element. This panel allows adding buttons label and other elements in three collections - left, center and right items.
LeftPanelGets the left panel element. This panel allows adding buttons label and other elements in three collections - top, center and bottom items.
RightPanelGets the right panel element. This panel allows adding buttons label and other elements in three collections - top, center and bottom items.
PanelOverflowModeGets or sets a value indicating how the panels are positioned.
PanelDisplayModeGets or sets a value indicating how the panels are displayed. The possible options are: always or on mouse hover.
AllowPanelAnimationsGets 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.
ZoomPropertiesGets the properties responsible for the zoom operations.
NoPictureStackGets the Telerik.WinControls.Layouts.StackLayoutPanel that is displayed when there is no image(raster or vector) assigned.
NoPictureImageElementGets the element that holds the image visible when there is no image(raster or vector) assigned.
NoPictureTextElementGets the element that holds the text visible when there is no image(raster or vector) assigned.
HorizontalScrollBarGets the horizontal scrollbar element.
VerticalScrollBarGets the vertical scrollbar element.
ShowScrollBarsGets or sets a value indicating whether to display scrollbars when the displayed image is larger than the element.
DefaultTextGets or sets the text which is displayed when the Telerik.WinControls.UI.LightVisualElement.Image and Telerik.WinControls.UI.LightVisualElement.SvgImage properties are not specified.
DefaultImageGets 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.
DefaultSvgImageGets 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.
DefaultSvgImageXmlGets 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.
RadImageLayoutSpecifies how the image is positioned on the element.
ImageAlignmentGets 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.
ContextMenuEnabledGets or sets a value indicating whether to display context menu on right mouse click.
ContextMenuGets the context menu.
ContextMenuPropertiesGets the context menu related properties.
ImageEditorDialogGets or sets the dialog responsible for image editing.
ReadOnlyDetermines if users can only view the image with no interaction: zoom and context menu are not available when read only is true.

Events

EventDescription
PanChangedOccurs when the PositionOffset property of Telerik.WinControls.UI.PictureBoxCanvasElement is changed.
ZoomChangedRaised after the ZoomFactor is changed.
ContextMenuItemClickOccurs when an item in the context menu is clicked.
ContextMenuOpeningOccurs when the context menu is opening.
ContextMenuClosingOccurs when the context menu is closing.
ContextMenuOpenedOccurs when the context menu is opened.
ContextMenuClosedOccurs when the context menu is closed.
ImageEditorOpeningOccurs when the image is about to be edited in the Telerik.WinControls.UI.RadPictureBoxElement.ImageEditorDialog.Cancellable.
ImageEditedOccurs when the image has been edited by the Telerik.WinControls.UI.RadPictureBoxElement.ImageEditorDialog and the user has accepted the changes. Can be handled. Note that this event fill be fired always when the user clicks the OK button of the dialog, even if there are no changes in the image.
ImageLoadedOccurs when a raster or vector(SVG) image has been loaded by the user.
ImageSavedOccurs when the displayed image has been saved by the user.

See Also

In this article
PropertiesEventsSee Also
Not finding the help you need?
Contact Support