Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgElement 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