PenStartCap Property

Gets or sets the LineCapStyle that specifies the style of the start point of an open figure. Makes a difference only if the Width is greater than 1.
Default value: Flat.
See the Examples section of the Pen class for image examples.

Definition

Namespace: KGySoft.Drawing.Shapes
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 9.0.0
C#
public LineCapStyle StartCap { get; set; }

Property Value

LineCapStyle

See Also