IncrementalUpdateBehavior.Phase Property

Gets or sets the relative priority of this incremental update. Lower Phase values are addressed first.

Namespace:  Microsoft.Xaml.Interactions.Core
Assembly:  Microsoft.Xaml.Interactions (in Microsoft.Xaml.Interactions.dll)

Syntax

'Declaration
Public Property Phase As Integer
public int Phase { get; set; }
public:
property int Phase {
    int get ();
    void set (int value);
}
member Phase : int with get, set
function get Phase () : int 
function set Phase (value : int)

Property Value

Type: System.Int32
The relative priority of this incremental update. Lower Phase values are addressed first.

.NET Framework Security

See Also

Reference

IncrementalUpdateBehavior Class

Microsoft.Xaml.Interactions.Core Namespace