DiagramView.HasWatermark 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.
Set this property to true to enable watermark on design surface or to false to disable it (false is default).
public:
property bool HasWatermark { bool get(); void set(bool value); };
public bool HasWatermark { get; set; }
member this.HasWatermark : bool with get, set
Public Property HasWatermark As Boolean