Class SetSafeAreaInsetsOverrideCommandSettings
SetSafeAreaInsetsOverride
public sealed class SetSafeAreaInsetsOverrideCommandSettings : ICommand- Inheritance
- 
      
      SetSafeAreaInsetsOverrideCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
Insets
Gets or sets the insets
[JsonPropertyName("insets")]
public SafeAreaInsets Insets { get; set; }