UIColor.CGColor Property

Definition

Returns the CoreGraphics CGColor for this UIColor.

public virtual CoreGraphics.CGColor CGColor { [Foundation.Export("CGColor")] get; }
member this.CGColor : CoreGraphics.CGColor

Property Value

Attributes

Remarks

This can be used from a background thread.

Applies to