menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SplitterLayout - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved