C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / C1ComboBox Class / TextFontSize Property


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