Class SetShowHingeCommandSettings
Add a dual screen device hinge
public sealed class SetShowHingeCommandSettings : ICommand
- Inheritance
-
SetShowHingeCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
HingeConfig
hinge data, null means hideHinge
[JsonPropertyName("hingeConfig")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public HingeConfig? HingeConfig { get; set; }