Gets or sets the relationship of the text and image.

Namespace:  C1.Web.UI.Controls.C1TabControl
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public TextImageRelation TextImageRelation { get; set; }
Visual Basic (Declaration)
Public Property TextImageRelation As TextImageRelation
	Get
	Set

Remarks

The default value for this property is TextImageRelation.TextBeforeImage.

See Also