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


In This Topic
TextTextSize Property
In This Topic
Gets or sets the font size for the text.
Syntax
'Declaration
 
Public Property TextTextSize As Single
 
'Usage
 
Dim instance As C1ComboBox
Dim value As Single
 
instance.TextTextSize = value
 
value = instance.TextTextSize
See Also