Gets or sets the style of this theme.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public Style ThemeStyle { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ThemeStyle As Style |
An instance of the WPF Style class. The default is an empty Style object.
See Also