Click or drag to resize
KaxToolBarItemImagePosition Property
Gets or sets the position of the item image according to the item text.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public ToolBarImagePosition ImagePosition { get; set; }

Property Value

Type: ToolBarImagePosition
The position of the item image according to the item text. The default value is ToolBarImagePosition.Left.
Examples

<kettic:KaxToolBar id="KaxToolBar1" runat="server">
<Items>
<kettic:KaxToolBarButton ImageUrl="~/Img/bold.gif" ImagePosition="Right" Text="Bold" />
</Items>
</kettic:KaxToolBar>

See Also