Table of Contents

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

owner IChartNode

Parent.

Properties

ContrastColor

High-contrast shadow color

public Color ContrastColor { get; set; }

Property Value

Color

DropColor

Color

public Color DropColor { get; set; }

Property Value

Color

DropOffset

Drop-shadow offset from the object

public PointIntXY DropOffset { get; set; }

Property Value

PointIntXY

Style

Text shadow style

public TextShadowStyle Style { get; set; }

Property Value

TextShadowStyle

Methods

Dispose(bool)

Clean up any resources being used.

protected override void Dispose(bool disposing)

Parameters

disposing bool

true 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.