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

Namespace: Dapfor.Wpf.Controls
Assembly: 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 nameValueDescription
Overlay0 Specifies that the image and text share the same space on a control.
ImageBeforeText1 Specifies that the image is displayed horizontally before the text of a control.
TextBeforeImage2 Specifies that the text is displayed horizontally before the image of a control.

See Also