Click or drag to resize

MapElementExtensionsIsControlVisible Method

Gets whether a control and all its parents are visible.

Namespace:  Ptv.XServer.Controls.Map.Tools
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public static bool IsControlVisible(
	FrameworkElement element
)

Parameters

element
Type: System.WindowsFrameworkElement
The element to check.

Return Value

Type: Boolean
True if the element is visible.
See Also