ComponentOne Xamarin.iOS
HighlightFontAttributes Property


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > FullTextFilterBehavior Class : HighlightFontAttributes Property
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

Reference

FullTextFilterBehavior Class
FullTextFilterBehavior Members