Path.StrokeStartLineCap

Path.StrokeStartLineCap property

Gets or sets the stroke start line cap. Defines the shape of the beginning of the first dash in a stroke. Valid values are Flat, Square, Round, and Triangle.

public LineCap StrokeStartLineCap { get; set; }

See Also