set_DashStyle()

Pen::set_DashStyle(Drawing2D::DashStyle) method

Sets a value that specifies the dash style of the current Pen object.

void System::Drawing::Pen::set_DashStyle(Drawing2D::DashStyle value)

Arguments

ParameterTypeDescription
valueDrawing2D::DashStyleThe value to set

See Also