Track::GetVisualChild Method (Int32)
.NET Framework (current version)
Gets the child of the Track at the specified index.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- index
-
Type:
System::Int32
The index of the child.
Return Value
Type: System.Windows.Media::Visual^Returns the object of the Track at the specified index in the list of visual child elements. The index must be a number between zero (0) and the value of the VisualChildrenCount property minus one (1).
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The specified index is greater than the value of the VisualChildrenCount property minus one (1). |
You specify the child elements of a Track by setting the Thumb, DecreaseRepeatButton, and IncreaseRepeatButton properties. The child elements are indexed in the order that the properties are set.
.NET Framework
Available since 3.0
Available since 3.0
Show: