Class SetScrollbarsHiddenCommandSettings
SetScrollbarsHidden
public sealed class SetScrollbarsHiddenCommandSettings : ICommand- Inheritance
- 
      
      SetScrollbarsHiddenCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
Hidden
Gets or sets the hidden
[JsonPropertyName("hidden")]
public bool Hidden { get; set; }