Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgEllipseElement Class / CenterY Property

In This Topic
    CenterY Property (SvgEllipseElement)
    In This Topic
    Gets or sets the vertical center coordinate.
    Syntax
    'Declaration
     
    Public Property CenterY As System.Nullable(Of SvgLength)
    public System.Nullable<SvgLength> CenterY {get; set;}
    See Also