Enum IconCaptionPosition

IconCaptionPosition enumeration

Describes position of icon.

public enum IconCaptionPosition

Values

NameValueDescription
NoIcon0Icon is not displayed.
NoCaption1Caption is not displayed.
CaptionBelowIcon2Caption is below icon.
CaptionAboveIcon3Caption is above icon.
CaptionToTheRight4Caption to the right.
CaptionToTheLeft5Caption to the left.
CaptionOverlaid6Caption over laid.

See Also