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