AttachedPropertiesService.AddProperty(AttachedProperty) Method

Definition

Adds the specified property to the properties of the current instance.

public:
 void AddProperty(System::Activities::Presentation::Model::AttachedProperty ^ property);
public void AddProperty (System.Activities.Presentation.Model.AttachedProperty property);
member this.AddProperty : System.Activities.Presentation.Model.AttachedProperty -> unit
Public Sub AddProperty (property As AttachedProperty)

Parameters

property
AttachedProperty

The property to add.

Applies to