alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class SplitterLayout

    SplitterLayout holds information about the current vertical and horizontal split positions.

    Inheritance
    System.Object
    SplitterLayout
    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class SplitterLayout : Object

    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 - 2026 Syncfusion Inc. All Rights Reserved