Click or drag to resize

MarkerPenMinJumpDelay Property

When VariableJumpDelay is enabled this is the minimum jump delay.

Namespace: RAYLASE.Marker.Common
Assembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
Syntax
C#
public double? MinJumpDelay { get; set; }

Property Value

NullableDouble
Remarks
With VariableJumpDelay enabled the JumpDelay will be linearly interpolated between this value (min) and the value of JumpDelay (max) depending on the length of the jump vector.
See Also