2022年6月28日

wpf 播放视频以及循环播放

摘要: url: <MediaElement Source="{Binding url}" /> public Uri url { get { return new Uri("http://vjs.zencdn.net/v/oceans.mp4", UriKind.Absolute) ; } } 文件路径: 阅读全文

posted @ 2022-06-28 16:34 空明流光 阅读(697) 评论(0) 推荐(0)

wpf 中的 repeater ------- ItemsControl

摘要: <ItemsControl ItemsSource="{Binding Path=imageNames}" Padding="10"> <ItemsControl.ItemTemplate> <DataTemplate> <TextBlock Text="{Binding}" /> </DataTe 阅读全文

posted @ 2022-06-28 15:22 空明流光 阅读(420) 评论(0) 推荐(0)

导航