Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / C1AutoComplete Class / HeightRequest Property


In This Topic
    HeightRequest Property (C1AutoComplete)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property HeightRequest As Double
    'Usage
     
    
    Dim instance As C1AutoComplete
    Dim value As Double
     
    instance.HeightRequest = value
     
    value = instance.HeightRequest
    public double HeightRequest {get; set;}
    See Also