C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / C1ComboBox Class / TextFontAttributes Property


In This Topic
TextFontAttributes Property
In This Topic
Gets or sets a value indicating whether the text font is bold, italic or neither.
Syntax
'Declaration
 
Public Property TextFontAttributes As Xamarin.Forms.FontAttributes
 
'Usage
 
Dim instance As C1ComboBox
Dim value As Xamarin.Forms.FontAttributes
 
instance.TextFontAttributes = value
 
value = instance.TextFontAttributes
See Also