Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgTextPositioningElement Class / Rotate Property

In This Topic
    Rotate Property (SvgTextPositioningElement)
    In This Topic
    Gets or sets the list of supplemental rotation values, in degrees.
    Syntax
    'Declaration
     
    Public Property Rotate As System.Collections.Generic.List(Of Single)
    public System.Collections.Generic.List<float> Rotate {get; set;}
    See Also