[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.DashStopList.Add

Add Method

Add(float, float)

Adds a new dash stop to the dashing scheme.

Declaration
public DashStop Add(float dashLength, float spaceLength)
Public Function Add(dashLength As Single, spaceLength As Single) As DashStop
Parameters
Type Name Description
float dashLength

The length, in percent, of the dash relative to line width.

float spaceLength

The length, in percent, of the space relative to line width.

Returns
Type Description
DashStop

The added DashStop.