You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Gets or sets the amount the <see cref="TextBox"/> will be modified for each rotation step on the Surface Dial.
30
+
/// Gets or sets the amount the <see cref="TextBox"/> value will be modified for each <see cref="RotationResolutionInDegrees"/> step on the Surface Dial.
36
31
/// This can be any double value.
37
32
/// </summary>
38
33
publicdoubleStepValue{get;set;}
@@ -43,6 +38,11 @@ public sealed class SurfaceDialOptions : DependencyObject
43
38
/// </summary>
44
39
publicboolEnableHapticFeedback{get;set;}=true;
45
40
41
+
/// <summary>
42
+
/// Gets or sets the <see cref="RadialController.RotationResolutionInDegrees"/> property for the extension which is the amount the dial needs to rotate to trigger a change. Default is 10.
0 commit comments