HtmlForgeX

API Reference

Class

EmailFeatureList

Namespace HtmlForgeX.Email
Assembly HtmlForgeX.Email
Base Element
Implements
Modifiers sealed

Email-safe feature list with included/excluded items (checklist style).

Inheritance

Constructors

Methods

public EmailFeatureList Add(String text, Boolean included = true, String href = "") #
Returns: EmailFeatureList

Adds a feature item.

Parameters

text System.String requiredposition: 0
included System.Boolean = true optionalposition: 1
href System.String = "" optionalposition: 2
public override String ToString() #
Returns: String

Properties

public List<EmailFeatureItem> Items { get; } #

Items rendered in the list.

public String IncludedIcon { get; set; } #

Icon used for included items.

public String ExcludedIcon { get; set; } #

Icon used for excluded items.

public String IconFontSize { get; set; } #

Icon size.

public String IconGap { get; set; } #

Gap between icon and text.

public String TextColor { get; set; } #

Text color (theme-aware by default).

public String IncludedIconColor { get; set; } #

Icon color for included items (theme-aware by default).

public String ExcludedIconColor { get; set; } #

Icon color for excluded items (theme-aware by default).

public String MutedColor { get; set; } #

Muted color for excluded items (theme-aware by default).

public Boolean UseMutedOpacity { get; set; } #

Whether excluded items should use opacity (preferred) instead of a hard-coded muted color.

public Double MutedOpacity { get; set; } #

Opacity used for excluded items when UseMutedOpacity is enabled.