Xceed Toolkit Plus for WPF v5.1 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / FormatBarPosition Enumeration


In This Topic
    FormatBarPosition Enumeration
    In This Topic
    Contains the available positions for the RichTextBoxFormatBar.
    Syntax
    'Declaration
     
    Public Enum FormatBarPosition 
       Inherits System.Enum
    'Usage
     
    Dim instance As FormatBarPosition
    public enum FormatBarPosition : System.Enum 
    Members
    MemberDescription
    BottomCenterThe RichTextBoxFormatBar is located at the bottom & is centered horizontally.
    BottomLeftThe RichTextBoxFormatBar is located at the bottom, on the left.
    BottomRightThe RichTextBoxFormatBar is located at the bottom, on the right.
    LeftBottomThe RichTextBoxFormatBar is located on the left side, at the bottom.
    LeftCenterThe RichTextBoxFormatBar is located on the left side & is centered vertically.
    LeftTopThe RichTextBoxFormatBar is located on the left side, at the top.
    RightBottomThe RichTextBoxFormatBar is located on the right side, at the bottom.
    RightCenterThe RichTextBoxFormatBar is located on the right side & is centered vertically.
    RightTopThe RichTextBoxFormatBar is located on the right side, at the top.
    TopCenterThe RichTextBoxFormatBar is located at the top & is centered horizontally.
    TopLeftThe RichTextBoxFormatBar is located at the top, on the left.
    TopRightThe RichTextBoxFormatBar is located at the top, on the right.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Wpf.Toolkit.FormatBarPosition

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also