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


In This Topic
    PaddingLeft Property (C1TexBoxBackgroundDrawable)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PaddingLeft As Single
    'Usage
     
    
    Dim instance As C1TexBoxBackgroundDrawable
    Dim value As Single
     
    value = instance.PaddingLeft
    public float PaddingLeft {get;}
    See Also