PropertyValueUIItem.Image Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.