HtmlForgeX

API Reference

Enum

FontAwesomePull

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

FontAwesome pull options for text wrapping

Inheritance

  • Enum
  • FontAwesomePull

Values

public const FontAwesomePull None #

No pull

Value: 0
public const FontAwesomePull Left #

Pull to left with text wrapping

Value: 1
public const FontAwesomePull Right #

Pull to right with text wrapping

Value: 2