Maps for WPF | ComponentOne
C1.WPF.Maps Namespace / C1Maps Class / TargetZoomSpeed Property

In This Topic
    TargetZoomSpeed Property
    In This Topic
    Gets or sets a value that determines the speed with which Zoom approaches TargetZoom.
    Syntax
    'Declaration
     
    
    Public Property TargetZoomSpeed As Double
    public double TargetZoomSpeed {get; set;}
    Remarks
    The value should be between 0 and 1. A value of 1 indicates that Zoom instantly changes to TargetZoom.
    See Also