Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonMenu Class / TextImageRelation Property


In This Topic
    TextImageRelation Property (RibbonMenu)
    In This Topic
    Gets or sets a value indicating whether the text should appear below the image.
    Syntax
    'Declaration
     
    
    Public Property TextImageRelation As TextImageRelation
    'Usage
     
    
    Dim instance As RibbonMenu
    Dim value As TextImageRelation
     
    instance.TextImageRelation = value
     
    value = instance.TextImageRelation
    public TextImageRelation TextImageRelation {get; set;}
    See Also