Interface IMenuServiceSettingsDefinition
Defines the settings required for the Menu Service.
Namespace: Serenity.Menu.Domain.Interfaces
Assembly: Serenity.Menu.Domain.dll
Syntax
public interface IMenuServiceSettingsDefinition : IFoundationSettings
Remarks
This interface extends IFoundationSettings to include menu-specific configuration properties.
Properties
BorderMargin
Declaration
Vector2 BorderMargin { get; }
Property Value
| Type | Description |
|---|---|
| Vector2 | Gets the margin to apply around menu borders. |
ControllerId
Declaration
string ControllerId { get; }
Property Value
| Type | Description |
|---|---|
| string | Gets the ID of the menu controller. |
InitMenuId
Declaration
string InitMenuId { get; }
Property Value
| Type | Description |
|---|---|
| string | Gets the unique identifier for the initial menu. |