Gets / Sets whether to use a "Shadow" text effect when labelling shapes
Namespace:
EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public Property ShadowText As Boolean Get Set |
C# |
---|
public bool ShadowText { get; set; } |
Visual C++ |
---|
public: property bool ShadowText { bool get (); void set (bool value); } |
JavaScript |
---|
function get_shadowText(); function set_shadowText(value); |