ThemedIconsExtension

StockSharp.Xaml

Extensão Xaml para usar ícones SVG temáticos.

Herda de: SvgImageSourceExtension

Construtores

ThemedIconsExtension
public ThemedIconsExtension()
themedIconsExtension = ThemedIconsExtension()

Inicializa uma nova instância do ThemedIconsExtension.

ThemedIconsExtension
public ThemedIconsExtension(string key)
themedIconsExtension = ThemedIconsExtension(key)

Inicializa uma nova instância do ThemedIconsExtension.

Propriedades

Key
public string Key { get; set; }
value = themedIconsExtension.Key
themedIconsExtension.Key = value

Chave de ícone.

Métodos

GetImage
public static ImageSource GetImage(string key)
result = ThemedIconsExtension.GetImage(key)

Obter a fonte da imagem do ícone.

key
Chave de ícone.

Retorna: Imagem.