AmbientTheme.WatermarkImagePath 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 or sets the ambient path to the image to display as a watermark on the workflow design surface.
public:
virtual property System::String ^ WatermarkImagePath { System::String ^ get(); void set(System::String ^ value); };
public virtual string WatermarkImagePath { get; set; }
member this.WatermarkImagePath : string with get, set
Public Overridable Property WatermarkImagePath As String
Property Value
A string that contains the ambient path to the image to display as a watermark on the workflow design surface. The default is an empty string.
Remarks
Use WatermarkImagePath to associate an image as a watermark image for a workflow design surface. If WatermarkImagePath is not null
(Nothing
in Visual Basic) when you set WatermarkImagePath, WatermarkImagePath disposes of any resources used by WatermarkImagePath and sets its value to null
(Nothing
).
Applies to
.NET