Checks if the object is contained in the collection

Namespace: Ico.Awx.Chart
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool Contains(
	Brush value
)
Visual Basic
Public Function Contains ( _
	value As Brush _
) As Boolean
JScript
public function Contains(
	value : Brush
) : boolean

Parameters

value
Type: System.Windows.Media..::..Brush

See Also