public static bool GetEnableAnimation(FeedbackOverlay element)
 {
     return (bool)element.GetValue(EnableAnimationProperty);
 }
Beispiel #2
0
 public static bool GetEnableAnimation(FeedbackOverlay element)
 {
     return((bool)element.GetValue(EnableAnimationProperty));
 }
 public static TimeSpan GetAnimationDuration(FeedbackOverlay element)
 {
     return((TimeSpan)element.GetValue(AnimationDurationProperty));
 }
Beispiel #4
0
 public static int GetSecondCount(FeedbackOverlay element)
 {
     return((int)element.GetValue(SecondCountProperty));
 }
Beispiel #5
0
 public static Visibility GetVisibilityForDesign(FeedbackOverlay element)
 {
     return((Visibility)element.GetValue(VisibilityForDesignProperty));
 }
Beispiel #6
0
 public static string GetFeedbackSubject(FeedbackOverlay element)
 {
     return((string)element.GetValue(FeedbackSubjectProperty));
 }
Beispiel #7
0
 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);
 }
Beispiel #15
0
 public static string GetRatingNo(FeedbackOverlay element)
 {
     return((string)element.GetValue(RatingNoProperty));
 }
 public static string GetApplicationName(FeedbackOverlay element)
 {
     return (string)element.GetValue(ApplicationNameProperty);
 }
Beispiel #17
0
 public static string GetFeedbackMessage1(FeedbackOverlay element)
 {
     return((string)element.GetValue(FeedbackMessage1Property));
 }
 public static int GetFirstCount(FeedbackOverlay element)
 {
     return (int)element.GetValue(FirstCountProperty);
 }
Beispiel #19
0
 public static string GetFeedbackBody(FeedbackOverlay element)
 {
     return((string)element.GetValue(FeedbackBodyProperty));
 }
 public static int GetSecondCount(FeedbackOverlay element)
 {
     return (int)element.GetValue(SecondCountProperty);
 }
Beispiel #21
0
 public static string GetApplicationName(FeedbackOverlay element)
 {
     return((string)element.GetValue(ApplicationNameProperty));
 }
 public static bool GetCountDays(FeedbackOverlay element)
 {
     return (bool)element.GetValue(CountDaysProperty);
 }
Beispiel #23
0
 public static bool GetCountDays(FeedbackOverlay element)
 {
     return((bool)element.GetValue(CountDaysProperty));
 }
 public static Visibility GetVisibilityForDesign(FeedbackOverlay element)
 {
     return (Visibility)element.GetValue(VisibilityForDesignProperty);
 }
Beispiel #25
0
 public static string GetLanguageOverride(FeedbackOverlay element)
 {
     return((string)element.GetValue(LanguageOverrideProperty));
 }
 public static string GetLanguageOverride(FeedbackOverlay element)
 {
     return (string)element.GetValue(LanguageOverrideProperty);
 }
Beispiel #27
0
 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);
 }