ComponentOne Xamarin.Android
TextSize Property (C1ComboBox)


C1.Android.Input Assembly > C1.Android.Input Namespace > C1ComboBox Class : TextSize Property
Gets or sets the text size of the control's text.
Syntax
'Declaration
 
Public Property TextSize As Single
'Usage
 
Dim instance As C1ComboBox
Dim value As Single
 
instance.TextSize = value
 
value = instance.TextSize
public float TextSize {get; set;}
See Also

Reference

C1ComboBox Class
C1ComboBox Members