C# Class NaturalGroundingPlayer.LayerVideoControl

Interaction logic for LayerControl.xaml
Inheritance: System.Windows.Controls.UserControl, ILayer
Exibir arquivo Open project: mysteryx93/NaturalGroundingPlayer Class Usage Examples

Public Properties

Property Type Description
ItemHeight double

Public Methods

Method Description
Close ( ) : void
Hide ( ) : void
LayerVideoControl ( ) : System
OpenMediaAsync ( Media item ) : Task
Show ( ) : void

Private Methods

Method Description
DeleteButton_Click ( object sender, RoutedEventArgs e ) : void
LoopButton_Click ( object sender, RoutedEventArgs e ) : void
playerBusiness_Closed ( object sender, EventArgs e ) : void
playerBusiness_PositionChanged ( object sender, EventArgs e ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Hide() public method

public Hide ( ) : void
return void

LayerVideoControl() public method

public LayerVideoControl ( ) : System
return System

OpenMediaAsync() public method

public OpenMediaAsync ( Media item ) : Task
item DataAccess.Media
return Task

Show() public method

public Show ( ) : void
return void

Property Details

ItemHeight public_oe static_oe property

public static double ItemHeight
return double