Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.