Xamarin.iOS Documentation | ComponentOne
C1.iOS.Input Assembly / C1.iOS.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 UIKit.UIColor
    'Usage
     
    
    Dim instance As C1AutoComplete
    Dim value As UIKit.UIColor
     
    instance.HighlightColor = value
     
    value = instance.HighlightColor
    public UIKit.UIColor HighlightColor {get; set;}
    See Also