Diagram.RequiresWatermark 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 whether or no this diagram requires a watermark to be shown. The default implementation returns true. Override this method to turn off the watermark for your diagram.
protected:
virtual property bool RequiresWatermark { bool get(); };
protected virtual bool RequiresWatermark { get; }
member this.RequiresWatermark : bool
Protected Overridable ReadOnly Property RequiresWatermark As Boolean
Property Value
true means this diagram needs a watermark; false means no watermark.