TextShadowDropOffset Property |
LightningChart .NET Help
Drop-shadow offset from the object
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic PointIntXY DropOffset { get; set; }Public Property DropOffset As PointIntXY
Get
Set
public:
property PointIntXY^ DropOffset {
PointIntXY^ get ();
void set (PointIntXY^ value);
}Property Value
Type:
PointIntXY
See Also