C1.Android.Input Assembly / C1.Android.Input Namespace / C1ComboBox Class / Typeface Property


In This Topic
Typeface Property (C1ComboBox)
In This Topic
Gets or sets the type face of the control's text.
Syntax
'Declaration
 
Public Property Typeface As Android.Graphics.Typeface
 
'Usage
 
Dim instance As C1ComboBox
Dim value As Android.Graphics.Typeface
 
instance.Typeface = value
 
value = instance.Typeface
See Also