Relative layout of a button’s icon and caption.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Annotations
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
C#
public enum IconAndCaptionPosition
Fields
Place the caption above the icon.
C#
CaptionAboveIcon = 3
Place the caption below the icon.
C#
CaptionBelowIcon = 2
Overlay the caption on top of the icon.
C#
CaptionOverIcon = 6
Place the caption to the left of the icon.
C#
CaptionToLeftOfIcon = 5
Place the caption to the right of the icon.
C#
CaptionToRightOfIcon = 4
Draw icon only; hide caption.
C#
NoCaptionIconOnly = 1
Draw caption only; hide icon.
C#
NoIconCaptionOnly = 0