コード例 #1
0
 public object ConvertFrom(XamlNamespaces namespaces, object value)
 {
     return(Point.Parse(value.ToString().Trim()));
 }