Northwoods.GoSilverlight 1.2.2 Assembly
IsVisibleElement Method
See Also  Send Feedback
Northwoods.GoXam Namespace > Part Class : IsVisibleElement Method

elt
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

Visual Basic (Declaration) 
Public Shared Function IsVisibleElement( _
   ByVal elt As UIElement _
) As Boolean
C# 
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.

Requirements

See Also

© 2010 All Rights Reserved.