Determines whether the control should handle the keyboard to provide automatic zooming and panning.

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 bool HandleKeyboard { get; set; }
Visual Basic
Public Property HandleKeyboard As Boolean
	Get
	Set
XAML Attribute Usage
<object HandleKeyboard="bool" .../>

See Also