WPF Use MediaElement to Play Audios
By [)ia6l0 iii
Use the Source and the LoadedBehavior properties of the MediaElement.
<MediaElement x:Name="meSongs" Volume="10" Source="E:\Sounds\BETOV.mp3" LoadedBehavior="Play">
Related FAQs
Use the SetScrollTipField method to show the column value when you scroll in the XamDataGrid.
Use the Report object to print preview the XamDataGrid
Use the Report object to print the XamDataGrid
To highlight alternate rows in a XamDataGrid use the ""HighlightAlternateRecords"" property.
Use the CombinedGeometry class to merge two shapes in WPF
Use the Fill property to fill the object with a specified color.
WPF Use MediaElement to Play Audios (793 Views)