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

In This Topic
    FlipImageRtl Property (RibbonIconItem)
    In This Topic
    Gets or sets a value indicating if the image should be flipped horizontally in RightToLeft mode.
    Syntax
    'Declaration
     
    
    Public Overridable Property FlipImageRtl As Boolean
    public virtual bool FlipImageRtl {get; set;}
    See Also