Share via


ChangePropertyAction.PropertyName Property

Gets or sets the name of the property to change. This is a dependency property.

Namespace:  Microsoft.Xaml.Interactions.Core
Assembly:  Microsoft.Xaml.Interactions (in Microsoft.Xaml.Interactions.dll)

Syntax

'Declaration
Public Property PropertyName As String
public string PropertyName { get; set; }
public:
property String^ PropertyName {
    String^ get ();
    void set (String^ value);
}
member PropertyName : string with get, set
function get PropertyName () : String 
function set PropertyName (value : String)

Property Value

Type: System.String
The name of the property to change.

.NET Framework Security

See Also

Reference

ChangePropertyAction Class

Microsoft.Xaml.Interactions.Core Namespace