PenLineJoin Property
Gets or sets the
LineJoinStyle that specifies how to join the consecutive line segments.
Default value:
Miter.
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 LineJoinStyle LineJoin { get; set; }
Public Property LineJoin As LineJoinStyle
Get
Set
public:
property LineJoinStyle LineJoin {
LineJoinStyle get ();
void set (LineJoinStyle value);
}
member LineJoin : LineJoinStyle with get, set
Property Value
LineJoinStyle