Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgElement Class / StrokeLineCap Property

In This Topic
    StrokeLineCap Property
    In This Topic
    Gets or sets a value specifying the shape to be used at the end of open subpaths when they are stroked.
    Syntax
    'Declaration
     
    Public Property StrokeLineCap As System.Nullable(Of SvgStrokeLineCap)
    public System.Nullable<SvgStrokeLineCap> StrokeLineCap {get; set;}
    See Also