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.
Namespace: KGySoft.Drawing.ShapesAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 9.0.0
public LineCapStyle StartCap { get; set; }
Public Property StartCap As LineCapStyle
Get
Set
public:
property LineCapStyle StartCap {
LineCapStyle get ();
void set (LineCapStyle value);
}
member StartCap : LineCapStyle with get, set
Property Value
LineCapStyle