Class SplitterLayout
SplitterLayout holds information about the current vertical and horizontal split positions.
Inheritance
System.Object
SplitterLayout
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class SplitterLayout
Constructors
SplitterLayout()
Declaration
public SplitterLayout()
Properties
HSplitPos
Gets / sets the horizontal splitter position in pixels.
Declaration
public int HSplitPos { get; set; }
Property Value
Type |
---|
System.Int32 |
VSplitPos
Gets / sets the vertical splitter position in pixels.
Declaration
public int VSplitPos { get; set; }
Property Value
Type |
---|
System.Int32 |