HtmlForgeX

API Reference

Enum

FontAwesome5Flip

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

FontAwesome 5 flip options

Inheritance

  • Enum
  • FontAwesome5Flip

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 FontAwesome5Flip None #

No flip

Value: 0
public const FontAwesome5Flip Horizontal #

Flip horizontally

Value: 1
public const FontAwesome5Flip Vertical #

Flip vertically

Value: 2