Gets or sets the amount (in milliseconds) of time of the turn animation.

Namespace:  C1.WPF.Extended
Assembly:  C1.WPF.Extended (in C1.WPF.Extended.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public int TurnInterval { get; set; }
Visual Basic
Public Property TurnInterval As Integer
	Get
	Set
XAML Attribute Usage
<object TurnInterval="int" .../>

Remarks

This is a dependency property.

See Also