Diagram.WatermarkText Property

Definition

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.

Applies to