Gets the axis by its name.
'Declaration
Public Shadows ReadOnly Default Property Item( _
ByVal As System.String _
) As Axis
public new Axis this[
System.string
]; {get;}
Parameters
- name
- The name of the axis.
Property Value
Axis with the specified name. Null if there is no axis with the specified name.