Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / C1MaskedEntry Class / SelectionLength Property


In This Topic
    SelectionLength Property (C1MaskedEntry)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property SelectionLength As Integer
    'Usage
     
    
    Dim instance As C1MaskedEntry
    Dim value As Integer
     
    instance.SelectionLength = value
     
    value = instance.SelectionLength
    public int SelectionLength {get; set;}
    See Also