[]
Gets or sets the settings for the Main Menu, providing access to various features and tools.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public MenuSettings Menu { get; set; }
Type | Description |
---|---|
MenuSettings | An instance of MenuSettings representing the Main Menu settings. |