AmbientTheme.WatermarkImagePath Property

Definition

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