Enum IconAndCaptionPosition
Represents the relative positioning between button icon and caption.
Namespace: Telerik.Windows.Documents.Fixed.Model.Annotations
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public enum IconAndCaptionPosition
CaptionAboveIcon
The caption will be positioned above the icon.
CaptionBelowIcon
The caption will be positioned below the icon.
CaptionOverIcon
The caption will be positioned over the icon.
CaptionToLeftOfIcon
The caption will be positioned left of the icon.
CaptionToRightOfIcon
The caption will be position right of the icon.
NoCaptionIconOnly
No caption will be displayed and only the icon will be drawn.
NoIconCaptionOnly
No icon will be displayed and only the caption will be drawn.