dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlCircle Structure / Center Property

On this page
    Center Property
    On this page
    Gets the center point of the circle.
    Syntax
    'Declaration
     
    Public ReadOnly Property Center As PgSqlPoint
    public PgSqlPoint Center {get;}

    Property Value

    The PgSqlPoint that is the center point.
    See Also