Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgClipPathElement Class / Transform Property

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