CompositeDesignerTheme.WatermarkImage Property

Definition

Gets the watermark image to use on the composite activity designer.

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

Property Value

The Image object to use as the watermark for the CompositeActivityDesigner.

Attributes

Remarks

If the WatermarkImagePath property value is null (Nothing in Visual Basic) this property will provide the image for the watermark. If the WatermarkImagePath property is set to a valid value, this property is set to null (Nothing).

Applies to