ImageShape.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.
Provide the image that will be used to render all members of this class
protected:
abstract property System::Drawing::Image ^ Image { System::Drawing::Image ^ get(); };
protected abstract System.Drawing.Image Image { get; }
member this.Image : System.Drawing.Image
Protected MustOverride ReadOnly Property Image As Image