Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.Controls.v3.6 Assembly / Xceed.SmartUI.Controls.OutlookShortcutBar Namespace / TextPosition Enumeration


In This Topic
    TextPosition Enumeration
    In This Topic
    Value representing the position of a SmartItem's text in relation to its image.
    Syntax
    'Declaration
     
    Public Enum TextPosition 
       Inherits System.Enum
    'Usage
     
    Dim instance As TextPosition
    public enum TextPosition : System.Enum 
    Members
    MemberDescription
    BottomThe text is positioned below the image.
    RightThe text is positioned to the right of the image.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.SmartUI.Controls.OutlookShortcutBar.TextPosition

    Requirements

    Target Platforms: 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