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。
視覺子專案的數目與邏輯子專案的數目相同。