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。
视觉子元素的数量与逻辑子元素的数量相同。