UIColor.Red Property

Definition

A color with RGBA of (1,0,0,1).

public static UIKit.UIColor Red { [Foundation.Export("redColor")] get; }
member this.Red : UIKit.UIColor

Property Value

Attributes

Remarks

This can be used from a background thread.

Applies to