Map for WinForms | ComponentOne
C1.Win.Map Namespace / MapViewport Class / Center Property

In This Topic
    Center Property (MapViewport)
    In This Topic
    Gets or sets the center point of the C1Map.
    Syntax
    'Declaration
     
    
    Public Property Center As C1.Win.Interop.Point
    public C1.Win.Interop.Point Center {get; set;}
    See Also