HtmlForgeX

API Reference

Class

LayoutConfiguration

Namespace HtmlForgeX.Email
Assembly HtmlForgeX.Email

Layout configuration settings.

Inheritance

  • Object
  • LayoutConfiguration

Constructors

public LayoutConfiguration() #

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.