System::Drawing::Pen::set_DashCap method

Pen::set_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)
ParameterTypeDescription
valueDrawing2D::DashCapThe value to set

See Also