EyeAuras Docs EyeAuras Docs
EyeAuras Docs EyeAuras Docs
DocFX + Singulink = ♥

Search Results for

    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.

    Inheritance
    object
    Animatable
    TriggerAction
    TriggerAction<FrameworkElement>
    SetPropertyAction
    Implements
    IAnimatable
    IAttachedObject
    Inherited Members
    TriggerAction.IsEnabledProperty
    TriggerAction.Attach(DependencyObject)
    TriggerAction.Detach()
    TriggerAction.IsEnabled
    Animatable.Clone()
    Animatable.ApplyAnimationClock(DependencyProperty, AnimationClock)
    Animatable.ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior)
    Animatable.BeginAnimation(DependencyProperty, AnimationTimeline)
    Animatable.BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior)
    Animatable.GetAnimationBaseValue(DependencyProperty)
    Animatable.HasAnimatedProperties
    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)

    Extension Methods

    ChangeSetExtensions.AddTo<T, TKey>(T, ISourceCache<T, TKey>)
    ObjectExtensions.AddTo<TItem, TCollection>(TItem, ISourceList<TCollection>)
    ObjectExtensions.AddTo<TItem, TCollection>(TItem, ICollection<TCollection>)
    ObjectExtensions.CloneJson<T>(T)
    ObjectExtensions.CopyPropertiesTo<TSource, TTarget>(TSource, TTarget)
    ObjectExtensions.DumpToJson<T>(T)
    ObjectExtensions.DumpToTextRaw<T>(T)
    ObjectExtensions.DumpToText<T>(T)
    ObjectExtensions.Dump<T>(T)
    ObjectExtensions.EvalOrDefault<T, TValue>(T, Func<T, TValue>, TValue)
    ObjectExtensions.Eval<T, TValue>(T, Func<T, TValue>)
    ObjectExtensions.GetPropertyAccessor<TSource, TValue>(TSource, Expression<Func<TSource, TValue>>)
    ObjectExtensions.InsertTo<TItem, TCollection>(TItem, IList<TCollection>, int)
    ObjectExtensions.ToJson<T>(T, Formatting)
    ObjectExtensions.ToStringSafe<T>(T)
    ObjectExtensions.TransferPropertiesTo<TSource, TTarget>(TSource, TTarget, params string[])
    ObjectExtensions.WaitForAsync<TObject, T1>(TObject, Func<TObject, T1>, Predicate<T1>, TimeSpan, int)
    WpfObjectExtensions.AddTo<TItem>(TItem, IAddChild)
    XDocumentExtensions.AddTo<T>(T, XContainer)
    ObjectExtensions.GetPropertyAccessor<TValue>(object, string)
    ObjectReflectionExtensions.GetPropertyTypeOrDefault(object, string)
    ObjectReflectionExtensions.GetPropertyValue<T>(object, string)
    ObjectReflectionExtensions.SetPropertyValue<T>(object, string, T)
    2025 © Xab3r. All rights reserved.