Xamarin.iOS Documentation | ComponentOne
C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1ScrollViewer Class / MaxZoomFactor Property


In This Topic
    MaxZoomFactor Property
    In This Topic
    Gets or sets a value that indicates the maximum permitted run-time value of ZoomFactor.
    Syntax
    'Declaration
     
    
    Public Property MaxZoomFactor As Double
    'Usage
     
    
    Dim instance As C1ScrollViewer
    Dim value As Double
     
    instance.MaxZoomFactor = value
     
    value = instance.MaxZoomFactor
    public double MaxZoomFactor {get; set;}
    See Also