Class SetDeviceOrientationOverrideCommandSettings
Overrides the Device Orientation.
public sealed class SetDeviceOrientationOverrideCommandSettings : ICommand
- Inheritance
-
SetDeviceOrientationOverrideCommandSettings
- Implements
- Inherited Members
Properties
Alpha
Mock alpha
[JsonPropertyName("alpha")]
public double Alpha { get; set; }
Property Value
Beta
Mock beta
[JsonPropertyName("beta")]
public double Beta { get; set; }
Property Value
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Gamma
Mock gamma
[JsonPropertyName("gamma")]
public double Gamma { get; set; }