Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgPatternElement Class / PatternTransform Property

In This Topic
    PatternTransform Property
    In This Topic
    Gets or sets the list of additional transformations from the pattern coordinate system onto the target coordinate system.
    Syntax
    'Declaration
     
    Public Property PatternTransform As System.Collections.Generic.List(Of SvgTransform)
    public System.Collections.Generic.List<SvgTransform> PatternTransform {get; set;}
    See Also