The bigger question here is whether UWP has a mechanism to facilitate C# code interpreting/parsing a XAML string value to determine an underlying DependencyProperty value in the same manner Brush properties like Fill="" magically managed to do.
Has anyone figured out whether the mechanisms that allows a SolidColorBrush to be defined using various string formats ("Red", "Green", "#11223344", etc) can be reproduced in C# code for our own DependencyProperty object types?