Enable/disable the shadow. Default: False.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0

Collapse imageSyntax

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

Collapse imageSee Also