ComponentOne Xamarin.Android
BackgroundColor Property (C1Border)


C1.Android.Core Assembly > C1.Android.Core Namespace > C1Border Class : BackgroundColor Property
Syntax
'Declaration
 
Public Property BackgroundColor As Nullable(Of Color)
'Usage
 
Dim instance As C1Border
Dim value As Nullable(Of Color)
 
instance.BackgroundColor = value
 
value = instance.BackgroundColor
public Nullable<Color> BackgroundColor {get; set;}
See Also

Reference

C1Border Class
C1Border Members