Class TextShadow
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
TextShadow class shows a shadow behind it's master text.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class TextShadow : ChartNode, IChartNode, IDisposable
- Inheritance
-
TextShadow
- Implements
- Inherited Members
Constructors
TextShadow()
Constructor for Form designer list editor.
public TextShadow()
TextShadow(IChartNode)
Constructor.
public TextShadow(IChartNode owner)
Parameters
ownerIChartNodeParent.
Properties
ContrastColor
High-contrast shadow color
public Color ContrastColor { get; set; }
Property Value
DropColor
Color
public Color DropColor { get; set; }
Property Value
DropOffset
Drop-shadow offset from the object
public PointIntXY DropOffset { get; set; }
Property Value
Style
Text shadow style
public TextShadowStyle Style { get; set; }
Property Value
Methods
Dispose(bool)
Clean up any resources being used.
protected override void Dispose(bool disposing)
Parameters
disposingbooltrue if managed resources should be disposed, otherwise false.
ToString()
Convert class description to string.
public override string ToString()
Returns
- string
Class description as a string.