NShape Reference
ILineStyle.DashPattern Property

<< Click to Display Table of Contents >>

Navigation:  Class Reference > Namespace Dataweb.NShape > ILineStyle Interface >

NShape Reference
ILineStyle.DashPattern Property

Previous pageReturn to chapter overviewNext page

Specifies the pattern of the line's dashes.

Syntax

float[] DashPattern { get; }

Description

Specifies the pattern of the line's dashes. Each float value in the array represents a dash or a gap, depending on the position in the array: Starting with a dash, the meaning alters between dash and gap. The pattern is repetitive.

Applies only when DashType is set on a value other than DashType.Solid.