PrintDocument for WinForms | ComponentOne
C1.Win.RibbonPreview.6 Assembly / C1.Win.RibbonPreview Namespace / ButtonPreviewElement Class / IconSet Property

In This Topic
    IconSet Property (ButtonPreviewElement)
    In This Topic
    Gets the icon set used to display item with different sizes.
    Syntax
    'Declaration
     
    Public ReadOnly Property IconSet As C1.Framework.IconSet
    public C1.Framework.IconSet IconSet {get;}
    Remarks
    Fill this set with icons of different sizes to get better appearance in different display modes and at different screen resolutions.
    See Also