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

In This Topic
    RefX Property (SvgMarkerElement)
    In This Topic
    Gets or sets the horizontal reference point of the symbol which is to be placed exactly at the symbol's x positioning coordinate.
    Syntax
    'Declaration
     
    Public Property RefX As System.Nullable(Of SvgLength)
    public System.Nullable<SvgLength> RefX {get; set;}
    See Also