'Declaration
Public Function GetLabel( _ ByVal propertyName As String _ ) As TextBlock
public TextBlock GetLabel( string propertyName )
Parameters
- propertyName
- Name of the property.
Return Value
The associated label.
'Declaration
Public Function GetLabel( _ ByVal propertyName As String _ ) As TextBlock
public TextBlock GetLabel( string propertyName )