UIKit.UIPushBehavior: Property Members

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

Public Properties

Activebool. Whether the UIPushBehavior is active.
Anglenfloat. The angle, in radians, of the force vector for this UIPushBehavior.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
ItemsIUIDynamicItem[]. The dynamic items associated with this UIPushBehavior. Read-only.
Magnitudenfloat. The magnitude of the force vector for this UIPushBehavior.
[read-only]
ModeUIPushBehaviorMode. The force mode for this UIPushBehavior. Read-only.
PushDirectionCoreGraphics.CGVector. The direction of the force vector for this UIPushBehavior, expressed as x and y components and using UIKit geometry.