C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1ScrollViewer Class / MinZoomFactor Property


In This Topic
MinZoomFactor Property
In This Topic
Gets or sets a value that indicates the minimum permitted run-time value of ZoomFactor.
Syntax
'Declaration
 
Public Property MinZoomFactor As Double
 
'Usage
 
Dim instance As C1ScrollViewer
Dim value As Double
 
instance.MinZoomFactor = value
 
value = instance.MinZoomFactor
See Also