Searches through the list for a pen with given name.

Namespace: Ico.Twx
Assembly: TwxViewControl (in TwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public TwxChartPen Get(
	string name
)
Visual Basic
Public Function Get ( _
	name As String _
) As TwxChartPen
JScript
public function Get(
	name : String
) : TwxChartPen

Parameters

name
Type: System..::..String
Pen name.

Return Value

Found pen or null, if there is no pen with such name.

See Also