UIScreenOverscanCompensation 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 of strategies for dealing with pixels lost at the edge of the screen.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIScreenOverscanCompensation
type UIScreenOverscanCompensation =
- Inheritance
-
UIScreenOverscanCompensation
- Attributes
Fields
Name | Value | Description |
---|---|---|
Scale | 0 | The final screenbuffer is scaled so that all pixels are visible. |
InsetBounds | 1 | The screen bounds are reduced so that all pixels are visible. |
InsetApplicationFrame | 2 | The application frame is reduced to compensate for overscan. |
None | 2 | No scaling is performed. |