ComponentOne Reports for WPF
C1.C1Report.CustomFields Namespace / Map Class / AutoCenter Property

In This Topic
    AutoCenter Property (Map)
    In This Topic
    Gets or sets a value indicating whether to automatically center the map around the spatial data. Note that setting this property to false effectively turns off AutoZoom.

    The default is true.

    Syntax
    'Declaration
     
    Public Property AutoCenter As Boolean
    public bool AutoCenter {get; set;}
    See Also