[]
Creates a new instance of Icon with with specified key, size, color and image.
public static Icon FromFont(Size size, Color color, string text, Font font)
Public Shared Function FromFont(size As Size, color As Color, text As String, font As Font) As Icon
Type | Name | Description |
---|---|---|
Size | size | The icon size. |
Color | color | Indicates the icon color. |
string | text | The text to show. |
Font | font | The icon font. |
Type | Description |
---|---|
Icon | A new instance of Icon |