Xamarin.iOS Documentation | ComponentOne
C1.iOS.Input Assembly / C1.iOS.Input Namespace / C1MaskedTextField Class / C1MaskedTextField Constructor / C1MaskedTextField Constructor(CGRect)


In This Topic
    C1MaskedTextField Constructor(CGRect)
    In This Topic
    Initializes a new instance of the C1MaskedTextField class with frame.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal frame As CoreGraphics.CGRect _
    )
    'Usage
     
    
    Dim frame As CoreGraphics.CGRect
     
    Dim instance As New C1MaskedTextField(frame)
    public C1MaskedTextField( 
       CoreGraphics.CGRect frame
    )

    Parameters

    frame
    See Also