CompositeDesignerTheme.WatermarkImage 属性
定义
获取要在复合活动设计器上使用的水印图像。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
属性值
要用作 Image 的水印的 CompositeActivityDesigner 对象。The Image object to use as the watermark for the CompositeActivityDesigner.
- 属性
注解
如果 WatermarkImagePath 属性的值为 null(在 Visual Basic 中为 Nothing),则此属性将提供水印图像。If the WatermarkImagePath property value is null (Nothing in Visual Basic) this property will provide the image for the watermark. 如果 WatermarkImagePath 属性设置为有效值,则此属性将设置为 null (Nothing)。If the WatermarkImagePath property is set to a valid value, this property is set to null (Nothing).