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


In This Topic
ZoomFactor Property (C1ScrollViewer)
In This Topic
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 C1ScrollViewer
Dim value As Double
 
value = instance.ZoomFactor
See Also