Class SetSafeAreaInsetsOverrideCommandSettings
Overrides the values for env(safe-area-inset-) and env(safe-area-max-inset-). Unset values will cause the respective variables to be undefined, even if previously overridden.
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; }