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

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

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