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

In This Topic
    GradientUnits Property
    In This Topic
    Gets or sets a value specifying the coordinate system for the positional attributes.
    Syntax
    'Declaration
     
    Public Property GradientUnits As System.Nullable(Of SvgUnitType)
    public System.Nullable<SvgUnitType> GradientUnits {get; set;}
    See Also