ComponentOne Extended Library for UWP
DropTolerance Property

C1.UWP.Extended Assembly > C1.Xaml.Extended Namespace > C1Book Class : DropTolerance Property
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.
Syntax
'Declaration
 
Public Property DropTolerance As System.Double
public System.double DropTolerance {get; set;}
See Also

Reference

C1Book Class
C1Book Members