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


In This Topic
TextTypeface Property
In This Topic
Gets or sets the text typeface.
Syntax
'Declaration
 
Public Property TextTypeface As Android.Graphics.Typeface
 
'Usage
 
Dim instance As C1ComboBox
Dim value As Android.Graphics.Typeface
 
instance.TextTypeface = value
 
value = instance.TextTypeface
See Also