This example shows how to configure the ToolBar of the RadImageEditor control. Two properties control the ToolBar behavior: ToolBarMode and ToolBarPosition. They should be used together.
The possible values for the
ToolBarMode are:
-
Default - the toolbar is static and is positioned above the editable area by default
-
Docked - the toolbar is movable and can be docked to one of the four docking zones or left floating.
The
ToolBarPosition specifies where the ToolBar will be rendered. Here are the possible values:
-
Top - the toolbar is positioned above the edited image. This is the default value.
-
Right - the toolbar is placed to the right of the editable area.
-
Bottom - the toolbar is rendered below the content area.
-
Left - the toolbar is positioned to the left of the edited image.