Esempio n. 1
0
 public static bool GetIsNotVisible(FeedbackOverlay element)
 {
     return((bool)element.GetValue(IsNotVisibleProperty));
 }
Esempio n. 2
0
 public static bool GetEnableAnimation(FeedbackOverlay element)
 {
     return((bool)element.GetValue(EnableAnimationProperty));
 }