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


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