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

In This Topic
    StrokeWidth Property
    In This Topic
    Gets or sets the width of the stroke on the current object.
    Syntax
    'Declaration
     
    Public Property StrokeWidth As System.Nullable(Of SvgLength)
    public System.Nullable<SvgLength> StrokeWidth {get; set;}
    See Also