ComponentOne Maps for UWP
C1.UWP.Maps Assembly / C1.Xaml.Maps Namespace / C1Maps Class / TargetZoom Property

In This Topic
    TargetZoom Property
    In This Topic
    Gets or sets the target zoom.
    Syntax
    'Declaration
     
    
    Public Property TargetZoom As Double
    public double TargetZoom {get; set;}
    Remarks
    When TargetZoom is set, the Zoom property value smoothly changes to TargetZoom.
    See Also