Returns the scale element with the specified name.
Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges
SyntaxC#
Copy Code
|
|---|
public VisualElement GetElementByName ( |
Visual Basic
Copy Code
|
|---|
Public Function GetElementByName ( _ |
The name of the element to search for.
A reference to the first VisualElement with the specified name.
RemarksThis method performs deep search.
See Also