ComponentOne Xamarin.Android
Typeface Property (C1ComboBox)


C1.Android.Input Assembly > C1.Android.Input Namespace > C1ComboBox Class : Typeface Property
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
public Android.Graphics.Typeface Typeface {get; set;}
See Also

Reference

C1ComboBox Class
C1ComboBox Members