Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1TexBoxBackgroundDrawable Class / Typeface Property


In This Topic
    Typeface Property (C1TexBoxBackgroundDrawable)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property Typeface As Android.Graphics.Typeface
    'Usage
     
    
    Dim instance As C1TexBoxBackgroundDrawable
    Dim value As Android.Graphics.Typeface
     
    instance.Typeface = value
     
    value = instance.Typeface
    public Android.Graphics.Typeface Typeface {get; set;}
    See Also