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