If LayersDrawBox is true, a box is drawn around layers.

If Layers[].VisibleBox is false, no box is displayed (LayersDrawBox doesn't care).

If Layers[].VisibleBox is true and LayersDrawBox is false, a box is drawn only on the selected layer.

If Layers[].VisibleBox is true and LayersDrawBox is true, a box is drawn on all layers.

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

Syntax

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

See Also