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


label
The Label to find.
Determines whether this collection contains a specified Label.

Syntax

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

Parameters

label
The Label to find.

Return Value

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

See Also

© 2021 All Rights Reserved.