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

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