Icon.Size 属性

定义

获取此 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

属性值

Size

Size 结构,它指定此 Icon 的宽度和高度。

适用于