Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgLinearGradientElement Class / Y1 Property

In This Topic
    Y1 Property (SvgLinearGradientElement)
    In This Topic
    Gets or sets the vertical coordinate of the first point for the linear gradient.
    Syntax
    'Declaration
     
    Public Property Y1 As System.Nullable(Of SvgLength)
    public System.Nullable<SvgLength> Y1 {get; set;}
    See Also