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


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

Property Value

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