Class SkinPlayerControls
Implements
IDisposable
Namespace: VisioForge.Core.UI.MAUI.Skins
Assembly: VisioForge.Core.UI.MAUI.dll
Syntax
public class SkinPlayerControls : Grid
Constructors
SkinPlayerControls()
Declaration
public SkinPlayerControls()
Fields
SkinNameProperty
The element type property.
Declaration
public static readonly BindableProperty SkinNameProperty
Field Value
| Type | Description |
|---|---|
| BindableProperty |
Properties
Filename
Gets or sets the filename.
Declaration
public string Filename { get; set; }
Property Value
| Type | Description |
|---|---|
| String | The filename. |
Player
Gets or sets the player.
Declaration
public IMediaPlayerControls Player { get; set; }
Property Value
| Type | Description |
|---|---|
| IMediaPlayerControls | The player. |
SkinName
Gets or sets the type of the element.
Declaration
public string SkinName { get; set; }
Property Value
| Type | Description |
|---|---|
| String | The type of the element. |
Methods
Dispose()
Declaration
public void Dispose()
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| Boolean | disposing |
Events
OnAction
Occurs when action happened.
Declaration
public event EventHandler<SkinActionEventArgs> OnAction
Event Type
| Type | Description |
|---|---|
| EventHandler<SkinActionEventArgs> |
OnPlayClick
Occurs when play button clicked.
Declaration
public event EventHandler OnPlayClick
Event Type
| Type | Description |
|---|---|
| EventHandler |
OnPreparePlayClick
Occurs when play button clicked (before play call).
Declaration
public event EventHandler OnPreparePlayClick
Event Type
| Type | Description |
|---|---|
| EventHandler |
OnPrepareStopClick
Occurs when stop button clicked (before stop call).
Declaration
public event EventHandler OnPrepareStopClick
Event Type
| Type | Description |
|---|---|
| EventHandler |
OnStopClick
Occurs when stop button clicked.
Declaration
public event EventHandler OnStopClick
Event Type
| Type | Description |
|---|---|
| EventHandler |
Implements
IDisposable