DesignerView.AssociatedDesigner Property

Definition

Gets the activity designer associated with the designer view.

public:
 virtual property System::Workflow::ComponentModel::Design::ActivityDesigner ^ AssociatedDesigner { System::Workflow::ComponentModel::Design::ActivityDesigner ^ get(); };
public virtual System.Workflow.ComponentModel.Design.ActivityDesigner AssociatedDesigner { get; }
member this.AssociatedDesigner : System.Workflow.ComponentModel.Design.ActivityDesigner
Public Overridable ReadOnly Property AssociatedDesigner As ActivityDesigner

Property Value

The ActivityDesigner associated with the DesignerView.

Applies to