The properties of UIKit.UIPushBehavior are listed below. For a list of all members, see the UIPushBehavior Members list.
See Also: Inherited members from UIKit.UIDynamicBehavior
| Active | bool. Whether the UIPushBehavior is active. | |
| Angle | nfloat. The angle, in radians, of the force vector for this UIPushBehavior. | |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| [read-only] | Items | IUIDynamicItem[]. The dynamic items associated with this UIPushBehavior. Read-only. |
| Magnitude | nfloat. The magnitude of the force vector for this UIPushBehavior. | |
| [read-only] | Mode | UIPushBehaviorMode. The force mode for this UIPushBehavior. Read-only. |
| PushDirection | CoreGraphics.CGVector. The direction of the force vector for this UIPushBehavior, expressed as x and y components and using UIKit geometry. |