C1.Android.Grid Assembly / C1.Android.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 Android.Graphics.TypefaceStyle
 
'Usage
 
Dim instance As FullTextFilterBehavior
Dim value As Android.Graphics.TypefaceStyle
 
instance.HighlightFontAttributes = value
 
value = instance.HighlightFontAttributes
See Also