Specifies the size of the arrows at the start and 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: 20

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

Syntax

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

See Also