TimelineGroup.Children 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 TimelineGroup 的直接子 Timeline 对象的集合。
public:
property System::Windows::Media::Animation::TimelineCollection ^ Children { System::Windows::Media::Animation::TimelineCollection ^ get(); void set(System::Windows::Media::Animation::TimelineCollection ^ value); };
public System.Windows.Media.Animation.TimelineCollection Children { get; set; }
member this.Children : System.Windows.Media.Animation.TimelineCollection with get, set
Public Property Children As TimelineCollection
属性值
TimelineGroup 的子 Timeline 对象。 默认值为 null。
注解
依赖项属性信息
标识符字段 | ChildrenProperty |
元数据属性设置为 true |
无 |