コード例 #1
0
 public static string GetLanguageOverride(FeedbackOverlay element)
 {
     return((string)element.GetValue(LanguageOverrideProperty));
 }
コード例 #2
0
 public static string GetRatingYes(FeedbackOverlay element)
 {
     return((string)element.GetValue(RatingYesProperty));
 }
コード例 #3
0
 public static int GetSecondCount(FeedbackOverlay element)
 {
     return((int)element.GetValue(SecondCountProperty));
 }
コード例 #4
0
 public static bool GetCountDays(FeedbackOverlay element)
 {
     return((bool)element.GetValue(CountDaysProperty));
 }
コード例 #5
0
 public static string GetApplicationName(FeedbackOverlay element)
 {
     return((string)element.GetValue(ApplicationNameProperty));
 }
コード例 #6
0
 public static string GetCompanyName(FeedbackOverlay element)
 {
     return((string)element.GetValue(CompanyNameProperty));
 }
コード例 #7
0
 public static string GetFeedbackBody(FeedbackOverlay element)
 {
     return((string)element.GetValue(FeedbackBodyProperty));
 }
コード例 #8
0
 public static string GetFeedbackSubject(FeedbackOverlay element)
 {
     return((string)element.GetValue(FeedbackSubjectProperty));
 }
コード例 #9
0
 public static string GetFeedbackMessage1(FeedbackOverlay element)
 {
     return((string)element.GetValue(FeedbackMessage1Property));
 }