TextShadowStyle Enumeration |
LightningChart .NET Help
Text shadow style.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic enum TextShadowStyle
Public Enumeration TextShadowStyle
public enum class TextShadowStyle
Members|
| Member name | Value | Description |
|---|
| Off | 0 |
No shadow.
|
| DropShadow | 1 |
Drop shadow with offset control.
|
| HighContrast | 2 |
High-contrast shading all around the text.
|
See Also