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

In This Topic
    AutoZoom Property (Map)
    In This Topic
    Gets or sets a value indicating whether the map should automatically zoom in to just include all spatial data. Ignored (considered to be false) if AutoCenter is false.

    The default is true.

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