UIRegion.Infinite Property

Definition

The region with no bounds.

public static UIKit.UIRegion Infinite { [Foundation.Export("infiniteRegion")] get; }
member this.Infinite : UIKit.UIRegion

Property Value

Attributes

Remarks

All Infinite instances have equivalent values:

var a = UIRegion.Infinite;
var b = UIRegion.Infinite;
var c = a == b;
//c == true              

Applies to