Gets or sets the action that will raise 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 PageFoldAction PageFoldAction { get; set; }
Visual Basic
Public Property PageFoldAction As PageFoldAction
	Get
	Set
XAML Attribute Usage
<object PageFoldAction="PageFoldAction" .../>

Remarks

This is a dependency property.

See Also