UIRegion.Infinite Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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