ComponentOne SuperTooltip for WinForms
C1.Win.4.8 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 System.Drawing.Size
    public System.Drawing.Size Size {get; set;}
    Remarks
    If this property is not set, then icon will be resized according to the parent container size.
    See Also