'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Controls the distance of the rotator handle from the node rotated bounds")> Public Property RotatorHandleDistance As System.Single
'Usage
Dim instance As NTrackersAppearance Dim value As System.Single instance.RotatorHandleDistance = value value = instance.RotatorHandleDistance
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Controls the distance of the rotator handle from the node rotated bounds")] public System.float RotatorHandleDistance {get; set;}