示例#1
0
 public object ConvertFrom(XamlNamespaces namespaces, object value)
 {
     return(CornerRadius.Parse(value.ToString().Trim()));
 }