Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgElement Class / Transform Property

In This Topic
    Transform Property (SvgElement)
    In This Topic
    Gets or sets the list of transform functions.
    Syntax
    'Declaration
     
    Public Overridable Property Transform As System.Collections.Generic.List(Of SvgTransform)
    public virtual System.Collections.Generic.List<SvgTransform> Transform {get; set;}
    See Also