UIPushBehaviorMode 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.
An enumeration whose values specify whether a UIPushBehavior force is applied continuously or instantaneously.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIPushBehaviorMode
type UIPushBehaviorMode =
- Inheritance
-
UIPushBehaviorMode
- Attributes
Fields
Name | Value | Description |
---|---|---|
Continuous | 0 | The force is continuous. |
Instantaneous | 1 | The force is applied instantaneously. |