HtmlForgeX

API Reference

Enum

FontAwesome5Pull

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

FontAwesome 5 pull options for text wrapping

Inheritance

  • Enum
  • FontAwesome5Pull

Values

public const FontAwesome5Pull None #

No pull

Value: 0
public const FontAwesome5Pull Left #

Pull to left with text wrapping

Value: 1
public const FontAwesome5Pull Right #

Pull to right with text wrapping

Value: 2