TextImageRelation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Fields
Name | Value | Description |
---|---|---|
Overlay | 0 | Specifies that the image and text share the same space on a control. |
ImageAboveText | 1 | Specifies that the image is displayed vertically above the text of a control. |
TextAboveImage | 2 | Specifies that the text is displayed vertically above the image of a control. |
ImageBeforeText | 4 | Specifies that the image is displayed horizontally before the text of a control. |
TextBeforeImage | 8 | Specifies that the text is displayed horizontally before the image of a control. |
Applies to
.NET