ImageShape::Image Property

 

Gets the image to display for the image shape.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

protected:
property Image^ Image {
	virtual Image^ get() abstract;
}

Property Value

Type: System.Drawing::Image^

The image.

Return to top
Show: