Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgTextPathElement Class / Method Property

In This Topic
    Method Property
    In This Topic
    Gets or sets the method by which text should be rendered along the path.
    Syntax
    'Declaration
     
    Public Property Method As System.Nullable(Of SvgTextPathMethod)
    public System.Nullable<SvgTextPathMethod> Method {get; set;}
    See Also