[]
        
(Showing Draft Content)

C1.iOS.Calendar.C1Calendar.BackgroundColor

BackgroundColor Property

BackgroundColor

Sets the background color of the UIKit.UIView.

Declaration
public override UIColor BackgroundColor { get; set; }
Property Value
Type Description
UIColor

The default value is null.

This value can be null.

Remarks

The UIKit.UIView.BackgroundColor is the rear-most visible element of a UIKit.UIView, but developers should be aware that certain UIKit.UIView subclasses such as UIKit.UITableViewCell and UIKit.UICollectionViewCell have a UIKit.UITableViewCell.BackgroundView that may obscure their UIKit.UIView.BackgroundColor.

This member participates in the UIKit.UIAppearance styling system. See the UIKit.UIView.Appearance property and the UIKit.UIView.AppearanceWhenContainedIn method.