C# Class JoanZapata.XamarinIconify.Icon

Icon represents one icon in an icon font. key: The key of icon, for example 'fa-ok' value: The character matching the key in the font, for example '\u4354'
ファイルを表示 Open project: PragmaticIT/xiconify Class Usage Examples

Public Methods

Method Description
Icon ( string key, char character )

Method Details

Icon() public method

public Icon ( string key, char character )
key string
character char