Xamarin.iOS Documentation | ComponentOne
C1.iOS.Input Assembly / C1.iOS.Input Namespace / C1MaskedTextField Class
Fields Properties Methods Events

In This Topic
    C1MaskedTextField Class Members
    In This Topic

    The following tables list the members exposed by C1MaskedTextField.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Identifies the FlowDirection dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the FontAttributes dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the FontFamily dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the FontSize dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the KeyboardType dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the Mask dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the PlaceholderColor dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the Placeholder dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the PromptChar dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the SecureTextEntry dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the ShowClearButton dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the TextAlignment dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the TextColor dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Inentifies the Text dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the Value dependency property.  
    Top
    Public Properties
     NameDescription
    Public Property (Inherited from UIKit.UITextField)
    Public PropertyGets or sets a value that indicates whether that content should flow.  
    Public PropertyGets or sets the attributes of the font.  
    Public PropertyGets or sets the family of the font.  
    Public PropertyGets or sets the size of the font.  
    Public Property (Inherited from Foundation.NSObject)
    Public PropertyGets or sets the padding applied to the displayed text. (Inherited from C1.iOS.Core.C1TextField)
    Public PropertyOverridden. Gets or sets the keyboard type.  
    Public Property (Inherited from C1.iOS.Core.C1TextField)
    Public PropertyGets or sets the mask used to validate input as the user types. The mask must be a string composed of one or more of the masking elements.  
    Public PropertyGets or sets a value indicating whether show clear button.  
    Public PropertyGets a value that indicates whether the mask has been completely filled.  
    Public PropertyOverridden. Gets or sets the Placeholder of the control.  
    Public PropertyGets or sets the color of the Placeholder in the control.  
    Public PropertyGets or sets the symbol used to show input positions in the control.  
    Public PropertyOverridden. Gets or sets the sercure text entry type.  
    Public Property (Inherited from UIKit.UITextField)
    Public Property (Inherited from UIKit.UITextField)
    Public Property (Inherited from UIKit.UITextField)
    Public Property (Inherited from UIKit.UITextField)
    Public Property (Inherited from UIKit.UITextField)
    Public PropertyGets or sets a value indicating whether show clear button.  
    Public Property  
    Public Property (Inherited from Foundation.NSObject)
    Public PropertyOverridden. Gets or sets the text in the control.  
    Public PropertyOverridden. Gets or sets the alignment of the text.  
    Public PropertyGets or sets the raw value of the control (excluding prompt and mask literals)  
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from UIKit.UIView)
    Public MethodOverloaded.  (Inherited from Foundation.NSObject)
    Public Method (Inherited from UIKit.UIView)
    Public Method (Inherited from UIKit.UIControl)
    Public MethodOverridden. Called after the object has been loaded from the nib file. Overriders must call base.AwakeFromNib().  
    Public MethodOverloaded.  (Inherited from Foundation.NSObject)
    Public Method (Inherited from Foundation.NSObject)
    Public MethodOverridden. Indicates a "Cut" editing operation.  
    Public Method (Inherited from Foundation.NSObject)
    Public Method (Inherited from Foundation.NSObject)
    Public Method (Inherited from Foundation.NSObject)
    Public Method (Inherited from Foundation.NSObject)
    Public MethodOverridden. Draw placeholder string.  
    Public MethodOverloaded.  (Inherited from Foundation.NSObject)
    Public Method (Inherited from UIKit.UIView)
    Public Method (Inherited from Foundation.NSObject)
    Public Method (Inherited from Foundation.NSObject)
    Public Method (Inherited from Foundation.NSObject)
    Public MethodOverloaded.  (Inherited from Foundation.NSObject)
    Public MethodOverloaded.  (Inherited from Foundation.NSObject)
    Public MethodOverridden. Lays out subviews.  
    Public Method (Inherited from UIKit.UIControl)
    Public Method (Inherited from Foundation.NSObject)
    Public Method (Inherited from Foundation.NSObject)
    Public Method (Inherited from Foundation.NSObject)
    Public Method  
    Top
    Extension Methods
     NameDescription
    Public Extension MethodGet the byte array of the control image. This byte array comes from a UIImagePNGRepresentation in iOS, TrueColorAlpha of PNG format in WP, Bitmap in Android.
    Top
    Public Events
     NameDescription
    Public Event (Inherited from UIKit.UIControl)
    Public Event (Inherited from UIKit.UIControl)
    Public Event (Inherited from UIKit.UIControl)
    Public Event (Inherited from UIKit.UIView)
    Public Event (Inherited from UIKit.UIView)
    Public EventOccurs when the user finalizes the text in an entry with the return key.  
    Public Event  
    Public Event (Inherited from UIKit.UIControl)
    Public Event (Inherited from UIKit.UIControl)
    Public Event (Inherited from UIKit.UIControl)
    Public Event (Inherited from UIKit.UIControl)
    Public Event (Inherited from UIKit.UITextField)
    Public EventThis event is raised when up, down, or enter keys are hit, or either when the cursor is at the beginning and left is hit or when the cursor is at the end and right is hit. (Inherited from C1.iOS.Core.C1TextField)
    Public Event (Inherited from UIKit.UITextField)
    Public EventEvent raised when the text property changed.  
    Public Event (Inherited from UIKit.UIControl)
    Public Event (Inherited from UIKit.UIControl)
    Public Event (Inherited from UIKit.UIControl)
    Public Event (Inherited from UIKit.UIControl)
    Public Event (Inherited from UIKit.UIControl)
    Public Event (Inherited from UIKit.UIControl)
    Public Event (Inherited from UIKit.UIControl)
    Public Event (Inherited from UIKit.UIControl)
    Public Event (Inherited from UIKit.UIControl)
    Public Event (Inherited from UIKit.UIControl)
    Top
    See Also