Characteristic | Locus |
---|---|
Namespace | Meadow.Foundation.Graphics |
Assembly | Meadow.Foundation.dll |
Syntax
public interface IRotatableDisplay
Properties
Rotation
Gets the current display rotation
Declaration
RotationType Rotation { get; }
Property Value
Type | Description |
---|---|
RotationType |
Methods
SetRotation(RotationType)
Set the rotation of the display
Declaration
void SetRotation(RotationType rotation)
Parameters
Type | Name | Description |
---|---|---|
RotationType | rotation | The rotation |