Class LeptonThemeSettingsDto
Inheritance
LeptonThemeSettingsDto
Assembly: Volo.Abp.LeptonTheme.Management.Application.Contracts.dll
Syntax
public class LeptonThemeSettingsDto
Constructors
LeptonThemeSettingsDto()
Declaration
public LeptonThemeSettingsDto()
Properties
BoxedLayout
Declaration
public bool BoxedLayout { get; set; }
Property Value
Declaration
public MenuPlacement MenuPlacement { get; set; }
Property Value
Declaration
public MenuStatus MenuStatus { get; set; }
Property Value
PublicLayoutStyle
Declaration
public LeptonStyle PublicLayoutStyle { get; set; }
Property Value
Style
Declaration
public LeptonStyle Style { get; set; }
Property Value
Extension Methods