Specifies the shape that is displayed at the end of the line. Notes: - The border width and color of the arrow will be the same as the line (i.e. specified by LineColor and LineWidth) - The fill is specified by FillColor (Gradients are not supported) Default: None

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

Syntax

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

See Also