Specifies the position of the text and image relative to each other on a control.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public enum TextImageRelation |
Visual Basic |
---|
Public Enumeration TextImageRelation |
Visual C++ |
---|
public enum class TextImageRelation |
F# |
---|
type TextImageRelation |
Members
Member name | Value | Description | |
---|---|---|---|
Overlay | 0 | Specifies that the image and text share the same space on a control. | |
ImageBeforeText | 1 | Specifies that the image is displayed horizontally before the text of a control. | |
TextBeforeImage | 2 | Specifies that the text is displayed horizontally before the image of a control. |