ComponentOne PieChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Maps Namespace / C1Maps Class / Center Property

In This Topic
    Center Property (C1Maps)
    In This Topic
    Gets or sets the center of this map in geographic coordinates.
    Syntax
    'Declaration
     
    Public Property Center As PointD
    public PointD Center {get; set;}
    Remarks
    The default value is (0,0).
    See Also