PropertyValueUIItem::Image Property

 

Gets the 8 x 8 pixel image that will be drawn in the Properties window.

Namespace:   System.Drawing.Design
Assembly:  System.Drawing (in System.Drawing.dll)

public:
property Image^ Image {
	virtual Image^ get();
}

Property Value

Type: System.Drawing::Image^

The image to use for the property icon.

This image must be 8 x 8 pixels. It is advisable to have the image support transparency.

.NET Framework
Available since 1.1
Return to top
Show: