InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / C1Icon Class / Size Property

In This Topic
    Size Property (C1Icon)
    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