ItemCollectionTransition.HasStarted Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether or not an ItemCollectionTransitionProvider
-derived class has started animations for this transition.
public:
property bool HasStarted { bool get(); };
bool HasStarted();
public bool HasStarted { get; }
var boolean = itemCollectionTransition.hasStarted;
Public ReadOnly Property HasStarted As Boolean
Property Value
Boolean
bool
true
if an ItemCollectionTransitionProvider
-derived class has started animations for this transition; otherwise, false
.