Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1CheckBox Class / MinLines Property


In This Topic
    MinLines Property (C1CheckBox)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property MinLines As Integer
    'Usage
     
    
    Dim instance As C1CheckBox
    Dim value As Integer
     
    value = instance.MinLines
    public virtual int MinLines {get;}
    See Also