dotnetCHARTING Send comments on this topic.
Contains Method
See Also 
dotnetCHARTING Namespace > LabelAlignmentCollection Class : Contains Method


_LabelAlignment
The LabelAlignment to find.
Determines whether this collection contains a specified LabelAlignment.

Syntax

Visual Basic (Declaration) 
Public Function Contains( _
   ByVal _LabelAlignment As LabelAlignment _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As LabelAlignmentCollection
Dim _LabelAlignment As LabelAlignment
Dim value As Boolean
 
value = instance.Contains(_LabelAlignment)
C# 
public bool Contains( 
   LabelAlignment _LabelAlignment
)

Parameters

_LabelAlignment
The LabelAlignment to find.

Return Value

true if the specified LabelAlignment belongs to this collection; otherwise, false.

See Also

© 2010 All Rights Reserved.