RadialController.RotationResolutionInDegrees Property

Definition

Gets or sets the minimum rotational value required for the RadialController object to fire a RotationChanged event.

public:
 property double RotationResolutionInDegrees { double get(); void set(double value); };
double RotationResolutionInDegrees();

void RotationResolutionInDegrees(double value);
public double RotationResolutionInDegrees { get; set; }
var double = radialController.rotationResolutionInDegrees;
radialController.rotationResolutionInDegrees = double;
Public Property RotationResolutionInDegrees As Double

Property Value

Double

double

The minimum rotational value required to fire a RotationChanged event.

Applies to

See also