Gets or sets a value that determines whether the new tab starts from a new line.

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

Syntax

C#
[JsonAttribute(true, true, false)]
[LayoutAttribute(LayoutType.Behavior)]
[CategoryAttribute("Behavior")]
[DescriptionAttribute("Gets or sets a value that determines whether the new tab starts from a new line.")]
[DefaultValueAttribute(false)]
public bool ForceNewLine { get; set; }
Visual Basic (Declaration)
<JsonAttribute(True, True, False)> _
<LayoutAttribute(LayoutType.Behavior)> _
<CategoryAttribute("Behavior")> _
<DescriptionAttribute("Gets or sets a value that determines whether the new tab starts from a new line.")> _
<DefaultValueAttribute(False)> _
Public Property ForceNewLine As Boolean
	Get
	Set

Remarks

The default value for this property is False.

See Also