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 を指定できます。 BulletまたはChild要素のいずれかが定義されている場合、VisualChildrenCountは 1 です。 Bullet要素とChild要素の両方が定義されている場合、VisualChildrenCountは 2 になります。

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

適用対象

こちらもご覧ください