예제 #1
0
 public static string GetWhatsNewMessage(WhatsNewPopup element)
 {
     return((string)element.GetValue(WhatsNewMessageProperty));
 }
예제 #2
0
 public static string GetLanguageOverride(WhatsNewPopup element)
 {
     return((string)element.GetValue(LanguageOverrideProperty));
 }
예제 #3
0
 public static string GetApplicationName(WhatsNewPopup element)
 {
     return((string)element.GetValue(ApplicationNameProperty));
 }