Share via


Diagram.IsWatermarkNeeded Property

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

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

Syntax

'Declaration
Public Overridable ReadOnly Property IsWatermarkNeeded As Boolean
'Usage
Dim instance As Diagram 
Dim value As Boolean 

value = instance.IsWatermarkNeeded
public virtual bool IsWatermarkNeeded { get; }
public:
virtual property bool IsWatermarkNeeded {
    bool get ();
}
public function get IsWatermarkNeeded () : boolean

Property Value

Type: System.Boolean
true if the watermark should appear for the diagram; otherwise, false.

.NET Framework Security

See Also

Reference

Diagram Class

Diagram Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace