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