The shape displayed by the layer. Over sixty shapes are available.

The style of some shapes can be modified using ShapeModifier

Default: Ellipse

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

Syntax

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

See Also