DiagramWatermark(DiagramClientView) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructor.
public:
DiagramWatermark(Microsoft::VisualStudio::Modeling::Diagrams::DiagramClientView ^ diagramClientView);
public DiagramWatermark (Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView diagramClientView);
new Microsoft.VisualStudio.Modeling.Diagrams.DiagramWatermark : Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView -> Microsoft.VisualStudio.Modeling.Diagrams.DiagramWatermark
Public Sub New (diagramClientView As DiagramClientView)
Parameters
- diagramClientView
- DiagramClientView
Diagram client view which owns the watermark.