Gets or sets Effect3D style of the Level element painting.

Namespace:  PerpetuumSoft.Charts
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

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

See Also