UIDynamicItemCollisionBoundsType Enum
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.
Enumerates descriptions of collision boundary geometries for dynamic items.
[ObjCRuntime.Native]
public enum UIDynamicItemCollisionBoundsType
[<ObjCRuntime.Native>]
type UIDynamicItemCollisionBoundsType =
- Inheritance
-
UIDynamicItemCollisionBoundsType
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| Rectangle | 0 | Indicates that the collision boundary is a rectangle. |
| Ellipse | 1 | Indicates that the collision boundary is an ellipse. |
| Path | 2 | Indicates that the collision boundary is a closed path. |