Class ThemedIconsExtension
- Namespace
- StockSharp.Xaml
- Assembly
- StockSharp.Xaml.dll
Xaml extension to use themed SVG icons.
public class ThemedIconsExtension : SvgImageSourceExtension
- Inheritance
-
ThemedIconsExtension
- Derived
- Extension Methods
Constructors
ThemedIconsExtension()
Initializes a new instance of the ThemedIconsExtension.
public ThemedIconsExtension()
ThemedIconsExtension(string)
Initializes a new instance of the ThemedIconsExtension.
public ThemedIconsExtension(string key)
Parameters
key
string
Properties
Key
Icon key.
public string Key { get; set; }
Property Value
Methods
GetImage(string)
Get icon image source.
public static ImageSource GetImage(string key)
Parameters
key
stringIcon key.
Returns
- ImageSource
Image.