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