Gets or sets the location of the splitter, in pixels, from the left or top edge of the C1Splitter.
Namespace:
C1.Web.UI.Controls.C1SplitterAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
C# |
---|
[CategoryAttribute("Appearance")] [DefaultValueAttribute()] [NotifyParentPropertyAttribute(true)] [DescriptionAttribute("Gets or sets the location of the splitter, in pixels, from the left or top edge of the splitter.")] [JsonAttribute(true)] public int SplitterDistance { get; set; } |
Visual Basic (Declaration) |
---|
<CategoryAttribute("Appearance")> _ <DefaultValueAttribute()> _ <NotifyParentPropertyAttribute(True)> _ <DescriptionAttribute("Gets or sets the location of the splitter, in pixels, from the left or top edge of the splitter.")> _ <JsonAttribute(True)> _ Public Property SplitterDistance As Integer Get Set |
Remarks
The default value for this property is 100.