Gets / Sets whether to use a "Shadow" text effect when labelling shapes

Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

Visual Basic (Declaration)
Public Property ShadowText As Boolean
C#
public bool ShadowText { get; set; }
Visual C++
public:
property bool ShadowText {
	bool get ();
	void set (bool value);
}

See Also