The splitter style for the Web control.

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

Syntax

C#
[DescriptionAttribute("The splitter style for the Web control.")]
[CategoryAttribute("Appearance")]
[DefaultValueAttribute(SplitterStyle.Thin)]
[JsonAttribute(true)]
public SplitterStyle SplitterStyle { get; set; }
Visual Basic (Declaration)
<DescriptionAttribute("The splitter style for the Web control.")> _
<CategoryAttribute("Appearance")> _
<DefaultValueAttribute(SplitterStyle.Thin)> _
<JsonAttribute(True)> _
Public Property SplitterStyle As SplitterStyle
	Get
	Set

Remarks

The default value for this property is SplitterStyle.Thin.

See Also