バージョン

OnInsertingChild メソッド (CustomLegendContainer)

子をカスタム凡例コンテナーに挿入して構成する方法を制御するためにこれをオーバーライドします。
シンタックス
public bool OnInsertingChild( 
   UIKit.UIView existingContainer,
   UIKit.UIView child,
   int index,
   LegendSettings settings
)

パラメータ

existingContainer
これは、作成した既存のコンテナーへの参照を提供します。
child
挿入されている新しい子。
index
挿入されている新しい子のインデックス。
settings
これは凡例の現在の設定を提供します。

戻り値の型

デフォルトの動作が抑制される場合 True。デフォルトの動作が実行される場合 false。
参照