alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class FloatWindowBorderMode

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

    Inheritance
    System.Object
    FloatWindowBorderMode
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public sealed class FloatWindowBorderMode : Enum

    Fields

    Bottom

    Set Border to FloatWindow's Bottom.

    Declaration
    public const FloatWindowBorderMode Bottom
    Field Value
    Type
    FloatWindowBorderMode

    Header

    Set Border to FloatWindow's Header.

    Declaration
    public const FloatWindowBorderMode Header
    Field Value
    Type
    FloatWindowBorderMode

    Left

    Set Border to FloatWindow's Left.

    Declaration
    public const FloatWindowBorderMode Left
    Field Value
    Type
    FloatWindowBorderMode

    LeftBottom

    Set Border to FloatWindow's LeftBottom.

    Declaration
    public const FloatWindowBorderMode LeftBottom
    Field Value
    Type
    FloatWindowBorderMode

    LeftTop

    Set Border to FloatWindow's LeftTop.

    Declaration
    public const FloatWindowBorderMode LeftTop
    Field Value
    Type
    FloatWindowBorderMode

    Right

    Set Border to FloatWindow's Right.

    Declaration
    public const FloatWindowBorderMode Right
    Field Value
    Type
    FloatWindowBorderMode

    RightBottom

    Set Border to FloatWindow's RightBottom.

    Declaration
    public const FloatWindowBorderMode RightBottom
    Field Value
    Type
    FloatWindowBorderMode

    RightTop

    Set Border to FloatWindow's RightTop.

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