ComponentOne Xamarin.iOS
TextFont Property


C1.iOS.Input Assembly > C1.iOS.Input Namespace > C1ComboBox Class : TextFont Property
Gets or sets the text font.
Syntax
'Declaration
 
Public Property TextFont As UIKit.UIFont
'Usage
 
Dim instance As C1ComboBox
Dim value As UIKit.UIFont
 
instance.TextFont = value
 
value = instance.TextFont
public UIKit.UIFont TextFont {get; set;}
See Also

Reference

C1ComboBox Class
C1ComboBox Members