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
Hereda de: MarkupExtension
Constructores
ThemeBinding()
Initializes a new instance of the ThemeBinding class.
Propiedades
Mode : BindingMode
Gets or sets the BindingMode.
Métodos
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.
Devuelve: The object value to set on the property where the extension is applied.