Dash.Dash

Dash(int, int)

Constructor for Dash. Defines dashed border with specified dash and gap, which are unchanged for the entire dashed border.

public Dash(int on, int off)
ParameterTypeDescription
onInt32Length of the dash.
offInt32Length of the gap.

See Also


Dash(int[])

Constructor for Dash. Defines a pattern of dashes and gaps that shall be used in drawing a dashed border.

public Dash(int[] pattern)
ParameterTypeDescription
patternInt32[]A dash array (of two values minimum) defining a pattern of dashes and gaps that shall be used in drawing a dashed border.

See Also