編集

次の方法で共有


CompositeDesignerTheme.WatermarkAlignment Property

Definition

Gets or sets the alignment of the watermark image in the CompositeActivityDesigner.

public:
 virtual property System::Workflow::ComponentModel::Design::DesignerContentAlignment WatermarkAlignment { System::Workflow::ComponentModel::Design::DesignerContentAlignment get(); void set(System::Workflow::ComponentModel::Design::DesignerContentAlignment value); };
public virtual System.Workflow.ComponentModel.Design.DesignerContentAlignment WatermarkAlignment { get; set; }
member this.WatermarkAlignment : System.Workflow.ComponentModel.Design.DesignerContentAlignment with get, set
Public Overridable Property WatermarkAlignment As DesignerContentAlignment

Property Value

A DesignerContentAlignment enumeration value that indicates where in the CompositeActivityDesigner the watermark image will be placed. The default value is BottomRight.

Applies to