Track.VisualChildrenCount 属性

定义

获取 Track 的子元素数。

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

属性值

Int32

一个 0 到 2 之间的整数,它指定 Track 中的子元素数。

注解

通过设置ThumbDecreaseRepeatButtonIncreaseRepeatButton属性来指定子Track元素。 子元素按设置属性的顺序编制索引。

适用于