Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / DashStopList Class / Add Method
The length, in percent, of the dash relative to line width.
The length, in percent, of the space relative to line width.

In This Topic
    Add Method (DashStopList)
    In This Topic
    Adds a new dash stop to the dashing scheme.
    Syntax
    '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.
    See Also