PropertyValueUIItem.Image Property

Definition

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

public:
 virtual property System::Drawing::Image ^ Image { System::Drawing::Image ^ get(); };
public virtual System.Drawing.Image Image { get; }
member this.Image : System.Drawing.Image
Public Overridable ReadOnly Property Image As Image

Property Value

The image to use for the property icon.

Remarks

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

Applies to

See also