HtmlForgeX

API Reference

Enum

EmailAvatarShape

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

Shape presets for EmailAvatar.

Inheritance

  • Enum
  • EmailAvatarShape

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 EmailAvatarShape Square #

Square corners.

Value: 0
public const EmailAvatarShape Rounded #

Rounded corners.

Value: 1
public const EmailAvatarShape Circle #

Fully rounded (circle).

Value: 2