Specifies the shape used at the corners of lines.

Namespace: Ico.Gwx
Assembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public PenLineJoin StrokeLineJoin { get; set; }
Visual Basic
Public Property StrokeLineJoin As PenLineJoin
	Get
	Set
JScript
function get StrokeLineJoin () : PenLineJoin
function set StrokeLineJoin (value : PenLineJoin)

See Also