Icon.Size Property

Definition

Gets the size of this Icon.

public:
 property System::Drawing::Size Size { System::Drawing::Size get(); };
public System.Drawing.Size Size { get; }
member this.Size : System.Drawing.Size
Public ReadOnly Property Size As Size

Property Value

A Size structure that specifies the width and height of this Icon.

Applies to