Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / FullTextFilterBehavior Class / HighlightColor Property


In This Topic
    HighlightColor Property (FullTextFilterBehavior)
    In This Topic
    Gets or sets the color used to highlight the matches.
    Syntax
    'Declaration
     
    
    Public Property HighlightColor As Xamarin.Forms.Color
    'Usage
     
    
    Dim instance As FullTextFilterBehavior
    Dim value As Xamarin.Forms.Color
     
    instance.HighlightColor = value
     
    value = instance.HighlightColor
    public Xamarin.Forms.Color HighlightColor {get; set;}
    See Also