BulletDecorator.VisualChildrenCount プロパティ

定義

BulletDecorator コントロールの子ビジュアル要素の数を取得します。

protected:
 virtual property int VisualChildrenCount { int get(); };
protected override int VisualChildrenCount { get; }
member this.VisualChildrenCount : int
Protected Overrides ReadOnly Property VisualChildrenCount As Integer

プロパティ値

BulletDecorator に定義されているビジュアル要素の数。 既定値は 0 です。

注釈

には VisualChildrenCount 、0、1、または 2 を指定できます。 または 要素がBulletChild定義されている場合、 VisualChildrenCount は 1 です。 要素と 要素の Bullet 両方が Child 定義されている場合、 VisualChildrenCount は 2 です。

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

適用対象

こちらもご覧ください