PopInThemeAnimation.TargetNameProperty Property

Definition

Identifies the TargetName dependency property.

public:
 static property DependencyProperty ^ TargetNameProperty { DependencyProperty ^ get(); };
static DependencyProperty TargetNameProperty();
public static DependencyProperty TargetNameProperty { get; }
var dependencyProperty = PopInThemeAnimation.targetNameProperty;
Public Shared ReadOnly Property TargetNameProperty As DependencyProperty

Property Value

The identifier for the TargetName dependency property.

Applies to

See also