BulletDecorator.LogicalChildren プロパティ

定義

BulletDecorator コントロールの論理上の子要素に対する列挙子を取得します。

protected public:
 virtual property System::Collections::IEnumerator ^ LogicalChildren { System::Collections::IEnumerator ^ get(); };
protected internal override System.Collections.IEnumerator LogicalChildren { get; }
member this.LogicalChildren : System.Collections.IEnumerator
Protected Friend Overrides ReadOnly Property LogicalChildren As IEnumerator

プロパティ値

BulletDecorator コントロールの論理上の子要素へのアクセスを提供する列挙子。 既定値は、null です。

注釈

コントロールのBulletDecorator論理子要素には、 と ChildBullet含まれます。 両方のプロパティを設定すると、次の順序で列挙されます。 BulletChild

ビジュアル子要素の数は、論理子要素の数と同じです。

適用対象

こちらもご覧ください