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


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