Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgGradientElement Class / GradientTransform Property

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