API Reference
Enum
FontAwesomeStyle
FontAwesome icon styles/weights
Inheritance
- Enum
- FontAwesomeStyle
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Field FontAwesomeStyle.Brands
- Field FontAwesomeStyle.Duotone
- Field FontAwesomeStyle.Light
- Field FontAwesomeStyle.Regular
- Field FontAwesomeStyle.Solid
- Field FontAwesomeStyle.Thin
Accepted by parameters
- Method FontAwesomeIcon.WithCode
- Extension method FontAwesomeStyle.GetClassPrefix
- Extension method FontAwesomeStyle.GetFontFamily
- Method FontAwesomeStyleExtensions.GetClassPrefix
- Method FontAwesomeStyleExtensions.GetFontFamily
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
Extension Methods
public static String GetClassPrefix(FontAwesomeStyle style) #Returns:
StringGets the CSS class prefix for the FontAwesome style
Parameters
- style HtmlForgeX.FontAwesomeStyle
public static String GetFontFamily(FontAwesomeStyle style) #Returns:
StringGets the font family name for vis.js usage
Parameters
- style HtmlForgeX.FontAwesomeStyle