TextImageRelation Enum

Definition

Specifies the position of the text and image relative to each other on a control.

public enum class TextImageRelation
public enum TextImageRelation
type TextImageRelation = 
Public Enum TextImageRelation
Inheritance
TextImageRelation

Fields

ImageAboveText 1

Specifies that the image is displayed vertically above the text of a control.

ImageBeforeText 4

Specifies that the image is displayed horizontally before the text of a control.

Overlay 0

Specifies that the image and text share the same space on a control.

TextAboveImage 2

Specifies that the text is displayed vertically above the image of a control.

TextBeforeImage 8

Specifies that the text is displayed horizontally before the image of a control.

Applies to