HtmlForgeX

API Reference

Enum

FontAwesomeFlip

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

FontAwesome flip options

Inheritance

  • Enum
  • FontAwesomeFlip

Values

public const FontAwesomeFlip None #

No flip

Value: 0
public const FontAwesomeFlip Horizontal #

Flip horizontally

Value: 1
public const FontAwesomeFlip Vertical #

Flip vertically

Value: 2
public const FontAwesomeFlip Both #

Flip both horizontally and vertically

Value: 3