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

In This Topic
    StrokeDashOffset Property
    In This Topic
    Gets or sets a value specifying the distance into the repeated dash pattern to start the stroke dashing at the beginning of the path.
    Syntax
    'Declaration
     
    Public Property StrokeDashOffset As System.Nullable(Of SvgLength)
    public System.Nullable<SvgLength> StrokeDashOffset {get; set;}
    See Also