Gets or sets the relationship of the text and image for the child tabs.

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

Syntax

C#
[CategoryAttribute("Appearance")]
[LayoutAttribute(LayoutType.Appearance)]
[DefaultValueAttribute(TextImageRelation.TextBeforeImage)]
[DescriptionAttribute("Gets or sets the relationship of the text and image for the child tabs.")]
[JsonAttribute(true, true, TextImageRelation.TextBeforeImage)]
public TextImageRelation TextImageRelation { get; set; }
Visual Basic (Declaration)
<CategoryAttribute("Appearance")> _
<LayoutAttribute(LayoutType.Appearance)> _
<DefaultValueAttribute(TextImageRelation.TextBeforeImage)> _
<DescriptionAttribute("Gets or sets the relationship of the text and image for the child tabs.")> _
<JsonAttribute(True, True, TextImageRelation.TextBeforeImage)> _
Public Property TextImageRelation As TextImageRelation
	Get
	Set

Remarks

The default value for this property is TextImageRelation.TextBeforeImage.

See Also