Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgMarkerElement Class / MarkerWidth Property

In This Topic
    MarkerWidth Property
    In This Topic
    Gets or sets the width of the SVG viewport into which the marker is to be fitted.
    Syntax
    'Declaration
     
    Public Property MarkerWidth As System.Nullable(Of SvgLength)
    public System.Nullable<SvgLength> MarkerWidth {get; set;}
    See Also