Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / TextImageRelation Enumeration


In This Topic
    TextImageRelation Enumeration
    In This Topic
    Indicates whether the text should appear below the image.
    Syntax
    'Declaration
     
    
    Public Enum TextImageRelation 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TextImageRelation
    public enum TextImageRelation : System.Enum 
    Members
    MemberDescription
    AutomaticText position (below or after the image) depends on the group sizing.
    ImageAboveTextText appears below the image.
    ImageBeforeTextText appears after the image.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.WinForms.Ribbon.TextImageRelation

    See Also