C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.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 Xamarin.Forms.Color
 
'Usage
 
Dim instance As C1AutoComplete
Dim value As Xamarin.Forms.Color
 
instance.HighlightColor = value
 
value = instance.HighlightColor
See Also