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


In This Topic
TextFontFamily Property
In This Topic
Gets or sets the text font family.
Syntax
'Declaration
 
Public Property TextFontFamily As String
 
'Usage
 
Dim instance As C1ComboBox
Dim value As String
 
instance.TextFontFamily = value
 
value = instance.TextFontFamily
See Also