AmbientTheme.WorkflowWatermarkImage Property

Definition

Gets the ambient image to associate with the workflow design surface as its watermark.

public:
 property System::Drawing::Image ^ WorkflowWatermarkImage { System::Drawing::Image ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Drawing.Image WorkflowWatermarkImage { get; }
[<System.ComponentModel.Browsable(false)>]
member this.WorkflowWatermarkImage : System.Drawing.Image
Public ReadOnly Property WorkflowWatermarkImage As Image

Property Value

An Image to use as a watermark on the workflow design surface.

Attributes

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