[]
        
(Showing Draft Content)

C1.iOS.Core.C1ScrollViewer.-ctor

C1ScrollViewer Constructor

C1ScrollViewer()

Initializes a new instance of the C1ScrollViewer class.

Declaration
public C1ScrollViewer()
Public Sub New()

C1ScrollViewer(CGRect)

Initializes a new instance of the C1ScrollViewer class.

Declaration
public C1ScrollViewer(CGRect frame)
Public Sub New(frame As CGRect)
Parameters
Type Name Description
CGRect frame

C1ScrollViewer(nint)

Initializes a new instance of the C1ScrollViewer class.

Declaration
public C1ScrollViewer(nint handle)
Public Sub New(handle As IntPtr)
Parameters
Type Name Description
nint handle