Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgGraphicsElement Class / StrokeLineJoin Property

In This Topic
    StrokeLineJoin Property
    In This Topic
    Gets or sets a value specifying the shape to be used at the corners of paths or basic shapes when they are stroked.
    Syntax
    'Declaration
     
    Public Property StrokeLineJoin As System.Nullable(Of SvgStrokeLineJoin)
    public System.Nullable<SvgStrokeLineJoin> StrokeLineJoin {get; set;}
    See Also