Hey everyone,
I have a custom label CustomLabel. It may not have a default constructor, a parameter has to be specified (CustomLabel(string parameter)). How would one add a constructor parameter when creating the label via Xaml?
Hey everyone,
I have a custom label CustomLabel. It may not have a default constructor, a parameter has to be specified (CustomLabel(string parameter)). How would one add a constructor parameter when creating the label via Xaml?