Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgRadialGradientElement Class / FocalY Property

In This Topic
    FocalY Property
    In This Topic
    Gets or sets the vertical center coordinate of the start circle for the radial gradient.
    Syntax
    'Declaration
     
    Public Property FocalY As System.Nullable(Of SvgLength)
    public System.Nullable<SvgLength> FocalY {get; set;}
    See Also