Class SetPropertyAction
Sets the designated property to the supplied value. TargetObject optionally designates the object on which to set the property. If TargetObject is not supplied then the property is set on the object to which the trigger is attached.
Inherited Members
TriggerAction.IsEnabledProperty
TriggerAction.Attach(DependencyObject)
TriggerAction.Detach()
TriggerAction.IsEnabled
Namespace: PoeShared.Scaffolding.WPF
Assembly: PoeShared.Wpf.dll
Syntax
public sealed class SetPropertyAction : TriggerAction<FrameworkElement>, IAnimatable, IAttachedObject
Constructors
Name | Description |
---|---|
SetPropertyAction() |
Fields
Name | Description |
---|---|
PropertyNameProperty | |
PropertyValueProperty | |
TargetObjectProperty |
Properties
Name | Description |
---|---|
PropertyName | The property to be executed in response to the trigger. |
PropertyValue | The value to set the property to. |
TargetObject | Specifies the object upon which to set the property. |
Methods
Name | Description |
---|---|
Invoke(object) |