Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonIconItem Class / TextImageRelation Property

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