Table of Contents

Class ColoredIconExtension

Namespace
StockSharp.Xaml
Assembly
StockSharp.Xaml.dll

Xaml extension to apply color to SVG icons.

public class ColoredIconExtension : ThemedIconsExtension
Inheritance
ColoredIconExtension
Inherited Members
Extension Methods

Constructors

ColoredIconExtension()

Initializes a new instance of the ColoredIconExtension.

public ColoredIconExtension()

ColoredIconExtension(string)

Initializes a new instance of the ColoredIconExtension.

public ColoredIconExtension(string key)

Parameters

key string

Properties

Color

New icon color.

public Color Color { get; set; }

Property Value

Color

Methods

CreateSvgImage(Uri)

Create SVG image.

protected override SvgImage CreateSvgImage(Uri uri)

Parameters

uri Uri

Url.

Returns

SvgImage

SVG image.