Diagram::WatermarkText Property

 

Gets the watermark text that is assigned to the diagram.

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

public:
property String^ WatermarkText {
	virtual String^ get();
}

Property Value

Type: System::String^

The watermark text that is assigned to the diagram.

You can override this property to provide custom watermarks for different diagram types.

Return to top
Show: