Example #1
0
 private string FromAutomationProperty(IAutomationProperty <string> value)
 {
     return(value.ToDisplayText());
 }
Example #2
0
 public static DetailViewModel FromAutomationProperty <T>(string key, IAutomationProperty <T> value)
 {
     return(new DetailViewModel(key, value.ToDisplayText()));
 }