Xamarin.iOS Documentation | ComponentOne
C1.iOS.Input Assembly / C1.iOS.Input Namespace / C1TextBox Class / BackgroundColor Property


In This Topic
    BackgroundColor Property (C1TextBox)
    In This Topic
    Gets or sets the color of the background.
    Syntax
    'Declaration
     
    
    Public Shadows Property BackgroundColor As UIKit.UIColor
    'Usage
     
    
    Dim instance As C1TextBox
    Dim value As UIKit.UIColor
     
    instance.BackgroundColor = value
     
    value = instance.BackgroundColor
    public new UIKit.UIColor BackgroundColor {get; set;}
    See Also