ImageField::DefaultImage Property

 

Gets or sets the default image associated with this ImageField. The default image can be customized by overriding the GetDisplayImage method.

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

public:
property Image^ DefaultImage {
	Image^ get();
	void set(Image^ value);
}

Property Value

Type: System.Drawing::Image^

For an example, see ImageField.

Return to top
Show: