SurfaceViewLifecycle 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.
Controls when a SurfaceView surface follows its attachment or visibility lifecycle.
public enum SurfaceViewLifecycle
type SurfaceViewLifecycle =
- Inheritance
-
SurfaceViewLifecycle
Fields
| Name | Value | Description |
|---|---|---|
| Default | 0 | Identifies the default lifecycle behavior for a surface view. |
| FollowsVisibility | 1 | Identifies the follows visibility lifecycle behavior for a surface view. |
| FollowsAttachment | 2 | Identifies the follows attachment lifecycle behavior for a surface view. |