API Reference
Class
LayoutConfiguration
Layout configuration settings.
Inheritance
- Object
- LayoutConfiguration
Constructors
public LayoutConfiguration() #Inherited Methods
Properties
public String ContainerPadding { get; set; } #Gets or sets the container padding.
public String ContainerPaddingMobile { get; set; } #Gets or sets the container padding for mobile layouts.
public String ColumnGap { get; set; } #Gets or sets the spacing between columns on desktop layouts.
public String ColumnGapMobile { get; set; } #Gets or sets the spacing between columns on mobile layouts.
public String ContentPadding { get; set; } #Gets or sets the content padding.
public String MaxContentWidth { get; set; } #Gets or sets the maximum content width.