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