public static decimal GetFontAwesomeSize(IFontAwesomeComposition that) => that.Value <decimal>("fontAwesomeSize");
 public static string GetFontAwesomeSize(IFontAwesomeComposition that) => that.Value <string>("fontAwesomeSize");
 public static IEnumerable <FaLinksPropertyEditor.Models.FaLink> GetFontAwesomeLink(IFontAwesomeComposition that) => that.Value <IEnumerable <FaLinksPropertyEditor.Models.FaLink> >("fontAwesomeLink");
Exemple #4
0
 public static object GetFontAwesomeLink(IFontAwesomeComposition that) => that.Value("fontAwesomeLink");