HtmlForgeX

API Reference

Enum

EmailDividerPattern

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

Defines the pattern styles available for EmailDivider.

Inheritance

  • Enum
  • EmailDividerPattern

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 EmailDividerPattern Solid #

Solid line.

Value: 0
public const EmailDividerPattern Dotted #

Dotted line.

Value: 1
public const EmailDividerPattern Dashed #

Dashed line.

Value: 2
public const EmailDividerPattern Double #

Double line.

Value: 3
public const EmailDividerPattern Gradient #

Gradient fade.

Value: 4