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

Namespace:  C1.Silverlight.Legacy
Assembly:  C1.Silverlight.Legacy (in C1.Silverlight.Legacy.dll)
XMLNS for XAML: http://schemas.componentone.com/winfx/2006/xaml

Syntax

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

See Also