ThemedIconsExtension
StockSharp.Xaml
Xaml extension to use themed SVG icons.
Inherits: SvgImageSourceExtension
Constructors
ThemedIconsExtension
public ThemedIconsExtension()
themedIconsExtension = ThemedIconsExtension()
Initializes a new instance of the ThemedIconsExtension.
ThemedIconsExtension
public ThemedIconsExtension(string key)
themedIconsExtension = ThemedIconsExtension(key)
Initializes a new instance of the ThemedIconsExtension.
Properties
Key
public string Key { get; set; }
value = themedIconsExtension.Key
themedIconsExtension.Key = value
Icon key.
Methods
GetImage
public static ImageSource GetImage(string key)
result = ThemedIconsExtension.GetImage(key)
Get icon image source.
- key
- Icon key.
Returns: Image.