Class SkinPlaylist
Interaction logic for SkinPlaylist.xaml.
Inheritance
SkinPlaylist
Implements
Inherited Members
Namespace: VisioForge.Core.UI.WPF.Skins
Assembly: VisioForge.Core.dll
Syntax
public class SkinPlaylist : Grid, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
Constructors
SkinPlaylist()
Initializes a new instance of the SkinPlaylist class.
Declaration
public SkinPlaylist()
Fields
SkinNameProperty
The skin name property.
Declaration
public static readonly DependencyProperty SkinNameProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
Properties
BackgroundColor
Gets or sets the color of the background.
Declaration
public Brush BackgroundColor { get; set; }
Property Value
| Type | Description |
|---|---|
| Brush | The color of the background. |
SkinName
Gets or sets the name of the skin.
Declaration
public string SkinName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The name of the skin. |
Methods
AddFile(string)
Adds the file.
Declaration
public void AddFile(string filename)
Parameters
| Type | Name | Description |
|---|---|---|
| string | filename | The filename. |
AttachPlayer(IMediaPlayerControls)
Attaches the player.
Declaration
public void AttachPlayer(IMediaPlayerControls player)
Parameters
| Type | Name | Description |
|---|---|---|
| IMediaPlayerControls | player | The player. |
AttachPlayerControls(SkinPlayerControls)
Attaches the player controls.
Declaration
public void AttachPlayerControls(SkinPlayerControls playerControls)
Parameters
| Type | Name | Description |
|---|---|---|
| SkinPlayerControls | playerControls | The player controls. |
GetNext()
Gets the next item.
Declaration
public SkinPlaylistItem GetNext()
Returns
| Type | Description |
|---|---|
| SkinPlaylistItem | SkinPlaylistItem. |
GetPrevious()
Gets the previous item.
Declaration
public SkinPlaylistItem GetPrevious()
Returns
| Type | Description |
|---|---|
| SkinPlaylistItem | SkinPlaylistItem. |
PlayNext()
Plays the next.
Declaration
public void PlayNext()
PlayPrevious()
Plays the previous.
Declaration
public void PlayPrevious()
SelectItem(SkinPlaylistItem)
Selects the item.
Declaration
public void SelectItem(SkinPlaylistItem item)
Parameters
| Type | Name | Description |
|---|---|---|
| SkinPlaylistItem | item | The item. |
UnselectAll()
Unselects all items.
Declaration
public void UnselectAll()