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

In This Topic
    AllowImageScaling Property (RibbonIconItem)
    In This Topic
    Gets or sets a value indicating if the image can be scaled in high-resolution applications.
    Syntax
    'Declaration
     
    
    Public Overridable Property AllowImageScaling As Boolean
    public virtual bool AllowImageScaling {get; set;}
    See Also