public static bool GetEnableAnimation(FeedbackOverlay element) { return (bool)element.GetValue(EnableAnimationProperty); }
public static bool GetEnableAnimation(FeedbackOverlay element) { return((bool)element.GetValue(EnableAnimationProperty)); }
public static TimeSpan GetAnimationDuration(FeedbackOverlay element) { return((TimeSpan)element.GetValue(AnimationDurationProperty)); }
public static int GetSecondCount(FeedbackOverlay element) { return((int)element.GetValue(SecondCountProperty)); }
public static Visibility GetVisibilityForDesign(FeedbackOverlay element) { return((Visibility)element.GetValue(VisibilityForDesignProperty)); }
public static string GetFeedbackSubject(FeedbackOverlay element) { return((string)element.GetValue(FeedbackSubjectProperty)); }
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 GetCompanyName(FeedbackOverlay element) { return (string)element.GetValue(CompanyNameProperty); }
public static string GetFeedbackMessage1(FeedbackOverlay element) { return (string)element.GetValue(FeedbackMessage1Property); }
public static string GetFeedbackSubject(FeedbackOverlay element) { return (string)element.GetValue(FeedbackSubjectProperty); }
public static string GetRatingNo(FeedbackOverlay element) { return (string)element.GetValue(RatingNoProperty); }
public static bool GetIsNotVisible(FeedbackOverlay element) { return (bool)element.GetValue(IsNotVisibleProperty); }
public static TimeSpan GetAnimationDuration(FeedbackOverlay element) { return (TimeSpan)element.GetValue(AnimationDurationProperty); }
public static string GetRatingNo(FeedbackOverlay element) { return((string)element.GetValue(RatingNoProperty)); }
public static string GetApplicationName(FeedbackOverlay element) { return (string)element.GetValue(ApplicationNameProperty); }
public static string GetFeedbackMessage1(FeedbackOverlay element) { return((string)element.GetValue(FeedbackMessage1Property)); }
public static int GetFirstCount(FeedbackOverlay element) { return (int)element.GetValue(FirstCountProperty); }
public static string GetFeedbackBody(FeedbackOverlay element) { return((string)element.GetValue(FeedbackBodyProperty)); }
public static int GetSecondCount(FeedbackOverlay element) { return (int)element.GetValue(SecondCountProperty); }
public static string GetApplicationName(FeedbackOverlay element) { return((string)element.GetValue(ApplicationNameProperty)); }
public static bool GetCountDays(FeedbackOverlay element) { return (bool)element.GetValue(CountDaysProperty); }
public static bool GetCountDays(FeedbackOverlay element) { return((bool)element.GetValue(CountDaysProperty)); }
public static Visibility GetVisibilityForDesign(FeedbackOverlay element) { return (Visibility)element.GetValue(VisibilityForDesignProperty); }
public static string GetLanguageOverride(FeedbackOverlay element) { return((string)element.GetValue(LanguageOverrideProperty)); }
public static string GetLanguageOverride(FeedbackOverlay element) { return (string)element.GetValue(LanguageOverrideProperty); }
public static bool GetIsVisible(FeedbackOverlay element) { return((bool)element.GetValue(IsVisibleProperty)); }
public static System.Windows.Visibility GetVisibilityForDesign(FeedbackOverlay element) { return (System.Windows.Visibility)element.GetValue(VisibilityForDesignProperty); }