set_DashPattern()

Pen::set_DashPattern(const System::ArrayPtr<float>&) method

Sets an array specifying custom dash pattern in a dashed line. The array consists of numbers that specify the lengths of alternating dashes and spaces.

void System::Drawing::Pen::set_DashPattern(const System::ArrayPtr<float> &value)

See Also