Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1AutoComplete Class / HighlightColor Property


In This Topic
    HighlightColor Property (C1AutoComplete)
    In This Topic
    Gets or sets the matched text hightlight color.
    Syntax
    'Declaration
     
    
    Public Property HighlightColor As Android.Graphics.Color
    'Usage
     
    
    Dim instance As C1AutoComplete
    Dim value As Android.Graphics.Color
     
    instance.HighlightColor = value
     
    value = instance.HighlightColor
    public Android.Graphics.Color HighlightColor {get; set;}
    See Also