AmbientTheme.WatermarkImagePath 属性
定义
获取或设置工作流设计图面上要作为水印显示的图像的环境路径。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
属性值
一个字符串,其中包含工作流设计图面上要作为水印显示的图像的环境路径。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.
注解
使用 WatermarkImagePath 可以将一个图像关联为工作流设计图面的水印。Use WatermarkImagePath to associate an image as a watermark image for a workflow design surface. 在设置 WatermarkImagePath 时,如果 null 不为 Nothing(在 Visual Basic 中为 WatermarkImagePath),则 WatermarkImagePath 将释放由 WatermarkImagePath 占用的任何资源,并将其设置为 null (Nothing)。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).