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

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