Struct SUOrientationInfo
Assembly: cs.temp.dll.dll
Syntax
public struct SUOrientationInfo
Constructors
SUOrientationInfo(DeviceOrientation, DeviceOrientation)
Declaration
public SUOrientationInfo(DeviceOrientation from, DeviceOrientation to)
Parameters
| Type |
Name |
Description |
| DeviceOrientation |
from |
|
| DeviceOrientation |
to |
|
Properties
FromOrientation
Declaration
public DeviceOrientation FromOrientation { get; }
Property Value
| Type |
Description |
| DeviceOrientation |
|
ToOrientation
Declaration
public DeviceOrientation ToOrientation { get; }
Property Value
| Type |
Description |
| DeviceOrientation |
|