'Declaration Public Function Add( _ ByVal dashLength As System.Single, _ ByVal spaceLength As System.Single _ ) As DashStop
public DashStop Add( System.float dashLength, System.float spaceLength )
Parameters
- dashLength
- The length, in percent, of the dash relative to line width.
- spaceLength
- The length, in percent, of the space relative to line width.
Return Value
The added DashStop.