ThemedIconsExtension

StockSharp.Xaml

テーマのSVGアイコンを使用するXaml拡張。

継承元: SvgImageSourceExtension

コンストラクター

ThemedIconsExtension
public ThemedIconsExtension()
themedIconsExtension = ThemedIconsExtension()

ThemedIconsExtension の新規インスタンスを初期化します。

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

ThemedIconsExtension の新規インスタンスを初期化します。

プロパティ

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

アイコンキー。

メソッド

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

アイコン画像ソースを取得します。

key
アイコンキー。

戻り値: 映像。