Diagram.WatermarkText 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.
Gets the watermark text associated with this diagram. Override this method to provide specific watermarks for derived diagram types.
public:
virtual property System::String ^ WatermarkText { System::String ^ get(); };
public virtual string WatermarkText { get; }
member this.WatermarkText : string
Public Overridable ReadOnly Property WatermarkText As String
Property Value
Watermark text to display.