UISystemAnimation 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 specifying system animations, i.e., Delete.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UISystemAnimation
type UISystemAnimation =
- Inheritance
-
UISystemAnimation
- Attributes
Fields
Name | Value | Description |
---|---|---|
Delete | 0 | Option to remove views from the view hierarchy when the animation completes. |