Input for WinForms | ComponentOne
C1.Framework Namespace / C1BitmapIcon Class / Size Property

In This Topic
    Size Property (C1BitmapIcon)
    In This Topic
    Gets or sets the size of icon to show.
    Syntax
    'Declaration
     
    
    Public Property Size As Size
    public Size Size {get; set;}
    Remarks
    If this property is not set, then icon will be resized according to the parent container size.
    See Also