Gets or sets the position where pages begin to turn when dropped. If the value is 0.0, the default, pages only turns if dropped over the opposite page. Positive values are understood of a proportion of the page width that still trigger a page turn. If value is 0.1, dropping a left page 10 percent to the left of the center of the book still turns the page.

Namespace:  C1.Silverlight.Extended
Assembly:  C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)

Syntax

C#
public double DropTolerance { get; set; }
Visual Basic
Public Property DropTolerance As Double
	Get
	Set

See Also