Click or drag to resize
ToolBarImagePosition Enumeration
Specifies the position of the image of an item within the KaxToolBar control 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 enum ToolBarImagePosition
Members
  Member nameValueDescription
Left0 The image will be displayed to the left of the text
Right1 The image will be displayed to the right of the text
AboveText2 The image will be displayed above the text
BelowText3 The image will be displayed below the text
See Also