Class ChangeAttachPropertyAction
public class ChangeAttachPropertyAction : ChangePropertyAction, IAnimatable, IAttachedObject
- Inheritance
-
ChangeAttachPropertyAction
- Implements
- Inherited Members
- Extension Methods
Fields
AttachTypeProperty
public static readonly DependencyProperty AttachTypeProperty
Field Value
Properties
AttachType
public Type AttachType { get; set; }
Property Value
Methods
Invoke(object)
Invokes the action.
protected override void Invoke(object parameter)
Parameters
parameter
objectThe parameter of the action. If the action does not require a parameter, then the parameter may be set to a null reference.
Exceptions
- ArgumentException
A property with
could not be found on the Target.
- ArgumentException
Could not set
to the value specified by
.