バージョン

Item プロパティ (AxisCollection)

インデクサー
シンタックス
'宣言
 
Public ReadOnly Default Property Item( _
   ByVal type As AxisType, _
   Optional ByVal group As AxisGroup _
) As Axis
public Axis this[ 
   AxisType type,
   AxisGroup group
]; {get;}

パラメータ

type
軸のタイプ。
group
軸のグループ。デフォルトは primary です。

プロパティ値

対応する軸またコレクションにはない場合 null。
参照