KaxToolBarItemImagePosition Property |
Gets or sets the position of the item image according to the item text.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic ToolBarImagePosition ImagePosition { get; set; }
Public Property ImagePosition As ToolBarImagePosition
Get
Set
public:
virtual property ToolBarImagePosition ImagePosition {
ToolBarImagePosition get () sealed;
void set (ToolBarImagePosition value) sealed;
}
abstract ImagePosition : ToolBarImagePosition with get, set
override ImagePosition : ToolBarImagePosition with 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