Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonGallery Class / AllowZooming Property

In This Topic
    AllowZooming Property (RibbonGallery)
    In This Topic
    Gets or sets whether the Gallery can zooming item image when image size more then item size.
    Syntax
    'Declaration
     
    
    Public Property AllowZooming As Boolean
    public bool AllowZooming {get; set;}
    See Also