Search
DockControl.SplitterSize Property
See Also
 





Gets or sets the size of the splitters.

Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms

 Syntax

C#  Copy Code

public int SplitterSize { get; set; }

Visual Basic  Copy Code

Public Property SplitterSize As Integer

 Property Value

An integer value. The default is 4.

 See Also