ImageField Constructor (String^, Image^)

 

Initializes a new instance of the ImageField class.

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

public:
ImageField(
	String^ fieldName,
	Image^ image
)

Parameters

fieldName
Type: System::String^

Unique identifier for this ShapeField.

image
Type: System.Drawing::Image^

Default image to display

Return to top
Show: