Gets or sets a value indicating the horizontal or vertical orientation of the C1WebSplitter panels.
Namespace:
C1.Web.UI.Controls.C1SplitterAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
C# |
---|
[CategoryAttribute("Appearance")] [JsonAttribute(true)] [DefaultValueAttribute(Orientation.Vertical)] [DescriptionAttribute("Gets or sets a value indicating the horizontal or vertical orientation of the splitter panels.")] public Orientation Orientation { get; set; } |
Visual Basic (Declaration) |
---|
<CategoryAttribute("Appearance")> _ <JsonAttribute(True)> _ <DefaultValueAttribute(Orientation.Vertical)> _ <DescriptionAttribute("Gets or sets a value indicating the horizontal or vertical orientation of the splitter panels.")> _ Public Property Orientation As Orientation Get Set |
Remarks
The default value for this property is Orientation.Vertical.