WPF

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

    Show / Hide Table of Contents

    Enum OuterDockAbility

    Specifies whether the OuterDockAbility of the Docking window is Left, None, Right, Horizontal, Top, Bottom, Vertical and All.

    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public enum OuterDockAbility

    Fields

    Name Description
    All

    Sets the DockAbility to All

    Bottom

    Sets the DockAbility to Bottom

    Horizontal

    Sets the DockAbility to Horizontal

    Left

    Sets the DockAbility to Left

    None

    Sets the DockAbility to None

    Right

    Sets the DockAbility to Right

    Top

    Sets the DockAbility to Top

    Vertical

    Sets the DockAbility to Vertical

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved