ChangePropertyAction.Increment Property

Increment by Value if true; otherwise, set the value directly. If the property cannot be incremented, it will instead try to set the value directly.

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

Syntax

'Declaration
Public Property Increment As Boolean
'Usage
Dim instance As ChangePropertyAction
Dim value As Boolean

value = instance.Increment

instance.Increment = value
public bool Increment { get; set; }
public:
property bool Increment {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_Increment ()

/** @property */
public void set_Increment (boolean value)
public function get Increment () : boolean

public function set Increment (value : boolean)

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