Gets or sets the time in seconds that it takes to go to a new face when CurrentFace is set.

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

Syntax

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

Remarks

This is a dependency property.

See Also