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

In This Topic
    Stroke Property
    In This Topic
    Gets or sets an SvgPaint that paints along the outline of the given graphical element.
    Syntax
    'Declaration
     
    Public Property Stroke As SvgPaint
    public SvgPaint Stroke {get; set;}
    See Also