Diagram::RequiresWatermark Property

 

Gets the diagram and verifies whether a watermark should appear for it.

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

protected:
property bool RequiresWatermark {
	virtual bool get();
}

Property Value

Type: System::Boolean

true if a watermark should appear on the diagram; otherwise, false.

By default, the return value is true.

Return to top
Show: