Gets the label associated to the specified property.

Namespace:  C1.Silverlight.Extended
Assembly:  C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)

Syntax

C#
public TextBlock GetLabel(
	string propertyName
)
Visual Basic
Public Function GetLabel ( _
	propertyName As String _
) As TextBlock

Parameters

propertyName
Type: System..::..String
Name of the property.

Return Value

The associated label.

See Also