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

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