NChartHairIsDraggable Property |
Flag determining if hair can be dragged (true) or not (false). The default value is true.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public bool IsDraggable { get; set; }
Public Property IsDraggable As Boolean
Get
Set
public:
virtual property bool IsDraggable {
bool get () sealed;
void set (bool value) sealed;
}
Property Value
Type:
BooleanSee Also