ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonItem Class / FlipImageRtl Property

In This Topic
    FlipImageRtl Property
    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 System.Boolean
    public virtual System.bool FlipImageRtl {get; set;}
    See Also