UIBezierPath.UsesEvenOddFillRule 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.
If true, the path is filled using the even-odd rule. If false, the non-zero rule is used.
public virtual bool UsesEvenOddFillRule { [Foundation.Export("usesEvenOddFillRule")] get; [Foundation.Export("setUsesEvenOddFillRule:")] set; }
member this.UsesEvenOddFillRule : bool with get, set
Property Value
- Attributes
Remarks
This can be used from a background thread.