ThemeBinding
StockSharp.Xaml.Charting.Common.MarkupExtensions
Used to provide dynamic bindings to IThemeProvider resources (Brushes, Colors) inside a Ultrachart Theme. For an example of use, see the Default.xaml file in the source code
Наследует: MarkupExtension
Конструкторы
ThemeBinding()
Initializes a new instance of the ThemeBinding class.
Свойства
Mode : BindingMode
Gets or sets the BindingMode.
Методы
ProvideValue(IServiceProvider) : object
When implemented in a derived class, returns an object that is provided as the value of the target property for this markup extension.
- serviceProvider
- A service provider helper that can provide services for the markup extension.
Возвращает: The object value to set on the property where the extension is applied.