Table of Contents

Class ThemedIconBinding

Namespace
Ecng.Xaml
Assembly
StockSharp.Xaml.dll

Icon binding.

public class ThemedIconBinding : MultiBinding, IAddChild
Inheritance
ThemedIconBinding
Implements
Inherited Members
Extension Methods

Constructors

ThemedIconBinding()

Initializes a new instance of the ThemedIconBinding.

public ThemedIconBinding()

ThemedIconBinding(DrawingImage)

Initializes a new instance of the ThemedIconBinding.

public ThemedIconBinding(DrawingImage image)

Parameters

image DrawingImage

Drawing image.

Properties

Path

Gets or sets the path to the binding source property.

public PropertyPath Path { get; set; }

Property Value

PropertyPath