FrameworkElement.GetVisualChild override.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
protected override Visual GetVisualChild ( |
Visual Basic
Copy Code
|
|---|
Protected Overrides Function GetVisualChild( _ |
The requested child element. If the provided index is out of range, an exception is thrown.
See Also