Gets the zone of the book under the mouse.

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

Syntax

C#
public BookZone CurrentZone { get; private set; }
Visual Basic
Public Property CurrentZone As BookZone
	Get
	Private Set

Remarks

This is a dependency property.

See Also