Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / C1MaskedEntry Class / FontSize Property


In This Topic
    FontSize Property (C1MaskedEntry)
    In This Topic
    Syntax
    'Declaration
     
    
    <Xamarin.Forms.TypeConverterAttribute(Xamarin.Forms.FontSizeConverter)>
    Public Property FontSize As Double
    'Usage
     
    
    Dim instance As C1MaskedEntry
    Dim value As Double
     
    instance.FontSize = value
     
    value = instance.FontSize
    [Xamarin.Forms.TypeConverter(Xamarin.Forms.FontSizeConverter)]
    public double FontSize {get; set;}
    See Also