LightningChart .NET Help
Gets or sets text shadow style. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(TextShadowStyle.DropShadow)]
public TextShadowStyle Style { get; set; }<DefaultValueAttribute(TextShadowStyle.DropShadow)>
Public Property Style As TextShadowStyle
Get
Set
public:
[DefaultValueAttribute(TextShadowStyle::DropShadow)]
property TextShadowStyle Style {
TextShadowStyle get ();
void set (TextShadowStyle value);
}Property Value
Type:
TextShadowStyle
See Also