Gets or sets the value, specifying the relative location of the image to the text on the button.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public TextImageRelation TextImageRelation { get; set; }
Visual Basic
Public Property TextImageRelation As TextImageRelation
	Get
	Set
Visual C++
public:
property TextImageRelation TextImageRelation {
	TextImageRelation get ();
	void set (TextImageRelation value);
}
F#
member TextImageRelation : TextImageRelation with get, set

Property Value

Type: TextImageRelation
Value, specifying the relative location of the image to the text on the button.

See Also