Enum
IconAndCaptionPosition

Relative layout of a button’s icon and caption.

Definition

Namespace:Telerik.Windows.Documents.Fixed.Model.Annotations

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

cs-api-definition
public enum IconAndCaptionPosition

Fields

CaptionAboveIcon

Place the caption above the icon.

Declaration

cs-api-definition
CaptionAboveIcon = 3

Field Value

IconAndCaptionPosition

CaptionBelowIcon

Place the caption below the icon.

Declaration

cs-api-definition
CaptionBelowIcon = 2

Field Value

IconAndCaptionPosition

CaptionOverIcon

Overlay the caption on top of the icon.

Declaration

cs-api-definition
CaptionOverIcon = 6

Field Value

IconAndCaptionPosition

CaptionToLeftOfIcon

Place the caption to the left of the icon.

Declaration

cs-api-definition
CaptionToLeftOfIcon = 5

Field Value

IconAndCaptionPosition

CaptionToRightOfIcon

Place the caption to the right of the icon.

Declaration

cs-api-definition
CaptionToRightOfIcon = 4

Field Value

IconAndCaptionPosition

NoCaptionIconOnly

Draw icon only; hide caption.

Declaration

cs-api-definition
NoCaptionIconOnly = 1

Field Value

IconAndCaptionPosition

NoIconCaptionOnly

Draw caption only; hide icon.

Declaration

cs-api-definition
NoIconCaptionOnly = 0

Field Value

IconAndCaptionPosition