ComponentOne Xamarin.iOS
ZoomFactor Property (C1ScrollViewerView)


C1.iOS.Core Assembly > C1.iOS.Core Namespace > C1ScrollViewerView Class : ZoomFactor Property
Gets a value that indicates the current zoom factor engaged for content scaling.
Syntax
'Declaration
 
Public ReadOnly Property ZoomFactor As Double
'Usage
 
Dim instance As C1ScrollViewerView
Dim value As Double
 
value = instance.ZoomFactor
public double ZoomFactor {get;}

Property Value

The current zoom factor engaged for content scaling. The default is 1.0, where 1.0 indicates no additional scaling.
See Also

Reference

C1ScrollViewerView Class
C1ScrollViewerView Members