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


In This Topic
    HighlightFontAttributes Property
    In This Topic
    Gets or sets the font attributes used to highlight the matches.
    Syntax
    'Declaration
     
    
    Public Property HighlightFontAttributes As Xamarin.Forms.FontAttributes
    'Usage
     
    
    Dim instance As FullTextFilterBehavior
    Dim value As Xamarin.Forms.FontAttributes
     
    instance.HighlightFontAttributes = value
     
    value = instance.HighlightFontAttributes
    public Xamarin.Forms.FontAttributes HighlightFontAttributes {get; set;}
    See Also