Windows apps
Collapse the table of content
Expand the table of content

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)

public:
property int Phase {
	int get ();
	void set (int value);
}

Property Value

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

Show:
© 2017 Microsoft