CompositeDesignerTheme.WatermarkImage 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 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.