set_DashCap()

Pen::set_DashCap(Drawing2D::DashCap) method

Sets a value that specifies the cap used at the both ends of a dashed line.

void System::Drawing::Pen::set_DashCap(Drawing2D::DashCap value)

Arguments

ParameterTypeDescription
valueDrawing2D::DashCapThe value to set

See Also