ChangePropertyAction.Ease Property

Namespace: Microsoft.Expression.Interactivity.Core
Assembly: Microsoft.Expression.Interactions (in microsoft.expression.interactions.dll)

Syntax

'Declaration
Public Property Ease As IEasingFunction
'Usage
Dim instance As ChangePropertyAction
Dim value As IEasingFunction

value = instance.Ease

instance.Ease = value
public IEasingFunction Ease { get; set; }
public:
property IEasingFunction^ Ease {
    IEasingFunction^ get ();
    void set (IEasingFunction^ value);
}
/** @property */
public IEasingFunction get_Ease ()

/** @property */
public void set_Ease (IEasingFunction value)
public function get Ease () : IEasingFunction

public function set Ease (value : IEasingFunction)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ChangePropertyAction Class
ChangePropertyAction Members
Microsoft.Expression.Interactivity.Core Namespace