GoXam for WPF v3
GetVisualChild Method (LinkLayer)
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
View with Navigation Tools
Northwoods.GoXam Namespace
>
LinkLayer Class
: GetVisualChild Method
The index of the visual object in the
System.Windows.Media.VisualCollection
.
Returns the specified
System.Windows.Media.Visual
in the parent
System.Windows.Media.VisualCollection
.
Syntax
C#
protected
override
Visual
GetVisualChild(
int
index
)
Parameters
index
The index of the visual object in the
System.Windows.Media.VisualCollection
.
Return Value
The child in the
System.Windows.Media.VisualCollection
at the specified
index
value.
See Also
Reference
LinkLayer Class
LinkLayer Members