HtmlForgeX

API Reference

Enum

SpacingMode

Namespace HtmlForgeX.Email
Assembly HtmlForgeX.Email
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Determines how spacing is applied between elements.

Inheritance

  • Enum
  • SpacingMode

Values

public const SpacingMode Auto #

Automatically determine spacing based on layout rules.

Value: 0
public const SpacingMode None #

Disable automatic spacing.

Value: 1
public const SpacingMode Manual #

Only user provided margins are used.

Value: 2