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

In This Topic
    SpreadMethod Property
    In This Topic
    Gets or sets a value indicating what happens if the gradient starts or ends inside the bounds of the object(s) being painted by the gradient.
    Syntax
    'Declaration
     
    Public Property SpreadMethod As System.Nullable(Of SvgSpreadMethod)
    public System.Nullable<SvgSpreadMethod> SpreadMethod {get; set;}
    See Also