DiagramView.Watermark Property
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.
Returns LinkLabel which represents the watermark control on design surface. Use this property after HasWatermark is set to true to specify watermark text, link areas and link event handler.
public:
property Microsoft::VisualStudio::Modeling::Diagrams::DiagramWatermark ^ Watermark { Microsoft::VisualStudio::Modeling::Diagrams::DiagramWatermark ^ get(); };
public Microsoft.VisualStudio.Modeling.Diagrams.DiagramWatermark Watermark { get; }
member this.Watermark : Microsoft.VisualStudio.Modeling.Diagrams.DiagramWatermark
Public ReadOnly Property Watermark As DiagramWatermark