public static string GetLanguageOverride(FeedbackOverlay element) { return((string)element.GetValue(LanguageOverrideProperty)); }
public static string GetRatingYes(FeedbackOverlay element) { return((string)element.GetValue(RatingYesProperty)); }
public static int GetSecondCount(FeedbackOverlay element) { return((int)element.GetValue(SecondCountProperty)); }
public static bool GetCountDays(FeedbackOverlay element) { return((bool)element.GetValue(CountDaysProperty)); }
public static string GetApplicationName(FeedbackOverlay element) { return((string)element.GetValue(ApplicationNameProperty)); }
public static string GetCompanyName(FeedbackOverlay element) { return((string)element.GetValue(CompanyNameProperty)); }
public static string GetFeedbackBody(FeedbackOverlay element) { return((string)element.GetValue(FeedbackBodyProperty)); }
public static string GetFeedbackSubject(FeedbackOverlay element) { return((string)element.GetValue(FeedbackSubjectProperty)); }
public static string GetFeedbackMessage1(FeedbackOverlay element) { return((string)element.GetValue(FeedbackMessage1Property)); }