alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class DockStyleEx

    Indicates the DockStyleEx.

    Inheritance
    System.Object
    DockStyleEx
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public sealed class DockStyleEx : Enum

    Fields

    Bottom

    Docking style is Bottom

    Declaration
    public const DockStyleEx Bottom
    Field Value
    Type
    DockStyleEx

    BottomMost

    Docking style is BottomMost.

    Declaration
    public const DockStyleEx BottomMost
    Field Value
    Type
    DockStyleEx

    Fill

    Docking style is Fill.

    Declaration
    public const DockStyleEx Fill
    Field Value
    Type
    DockStyleEx

    Left

    Docking style is Left.

    Declaration
    public const DockStyleEx Left
    Field Value
    Type
    DockStyleEx

    None

    Docking style is None.

    Declaration
    public const DockStyleEx None
    Field Value
    Type
    DockStyleEx

    Right

    Docking style is Right.

    Declaration
    public const DockStyleEx Right
    Field Value
    Type
    DockStyleEx

    Top

    Docking style is Top

    Declaration
    public const DockStyleEx Top
    Field Value
    Type
    DockStyleEx

    TopMost

    Docking style is TopMost.

    Declaration
    public const DockStyleEx TopMost
    Field Value
    Type
    DockStyleEx
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved