IViewContainer<T> インターフェイス

定義

コンテナーに追加できる要素の型。

public interface IViewContainer<T> where T : VisualElement
type IViewContainer<'T (requires 'T :> VisualElement)> = interface

型パラメーター

T
派生

プロパティ

Children

視覚要素の子コレクション。

適用対象