'Declaration Public Enum FormatBarPosition Inherits System.Enum
'Usage Dim instance As FormatBarPosition
public enum FormatBarPosition : System.Enum
'Declaration Public Enum FormatBarPosition Inherits System.Enum
'Usage Dim instance As FormatBarPosition
public enum FormatBarPosition : System.Enum
Member | Description |
---|---|
BottomCenter | The RichTextBoxFormatBar is located at the bottom & is centered horizontally. |
BottomLeft | The RichTextBoxFormatBar is located at the bottom, on the left. |
BottomRight | The RichTextBoxFormatBar is located at the bottom, on the right. |
LeftBottom | The RichTextBoxFormatBar is located on the left side, at the bottom. |
LeftCenter | The RichTextBoxFormatBar is located on the left side & is centered vertically. |
LeftTop | The RichTextBoxFormatBar is located on the left side, at the top. |
RightBottom | The RichTextBoxFormatBar is located on the right side, at the bottom. |
RightCenter | The RichTextBoxFormatBar is located on the right side & is centered vertically. |
RightTop | The RichTextBoxFormatBar is located on the right side, at the top. |
TopCenter | The RichTextBoxFormatBar is located at the top & is centered horizontally. |
TopLeft | The RichTextBoxFormatBar is located at the top, on the left. |
TopRight | The RichTextBoxFormatBar is located at the top, on the right. |
System.Object
System.ValueType
System.Enum
Xceed.Wpf.Toolkit.FormatBarPosition
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