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

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