Gets or sets a value indicating whether the cube can be rotated by dragging with the mouse.

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

See Also