ComponentOne Xamarin.iOS
FontSize Property (C1FontIcon)


C1.iOS.Core Assembly > C1.iOS.Core Namespace > C1FontIcon Class : FontSize Property
Syntax
'Declaration
 
<Foundation.ExportAttribute("FontSize")>
<BrowsableAttribute(True)>
Public Property FontSize As Double
'Usage
 
Dim instance As C1FontIcon
Dim value As Double
 
instance.FontSize = value
 
value = instance.FontSize
[Foundation.Export("FontSize")]
[Browsable(true)]
public double FontSize {get; set;}

Property Value

Gets the size of the font.
See Also

Reference

C1FontIcon Class
C1FontIcon Members