menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum FloatWindowBorderMode - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum FloatWindowBorderMode

    Specifies whether the border mode of float window in DockingManager is Header, LeftTop, RightTop, Left, Right, LeftBottom, RightBottom, or Bottom.

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

    Fields

    Name Description
    Bottom

    Set Border to FloatWindow's Bottom.

    Header

    Set Border to FloatWindow's Header.

    Left

    Set Border to FloatWindow's Left.

    LeftBottom

    Set Border to FloatWindow's LeftBottom.

    LeftTop

    Set Border to FloatWindow's LeftTop.

    Right

    Set Border to FloatWindow's Right.

    RightBottom

    Set Border to FloatWindow's RightBottom.

    RightTop

    Set Border to FloatWindow's RightTop.

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