GoXam for WPF v3
IsVisibleElement Method
Northwoods.GoXam Namespace > Part Class : IsVisibleElement Method
This static predicate is true if the given elt's Visibility is Visible and each of its visual parents are also visible elements, up to the containing Part.
Syntax
public static bool IsVisibleElement( 
   UIElement elt
)

Parameters

elt
Remarks
This predicate ignores the actual location or appearance (except Visibility) of the part that the given element is part of, as well as ignoring all properties of the Layer, Panel, or Diagram.
See Also

Reference

Part Class
Part Members