Gets or sets 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 TextImageRelation TitleTextImageRelation { get; set; }
Visual Basic
Public Property TitleTextImageRelation As TextImageRelation
	Get
	Set
Visual C++
public:
property TextImageRelation TitleTextImageRelation {
	TextImageRelation get ();
	void set (TextImageRelation value);
}
F#
member TitleTextImageRelation : TextImageRelation with get, set

Property Value

Type: TextImageRelation
The position of the text and image relative to each other on a control.

See Also