BulletDecorator.VisualChildrenCount プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 になります。
ビジュアル子要素の数は、論理子要素の数と同じです。