Class Module
Inheritance
System.Object
Module
Assembly: RevelDigital.Player.RevelScript.dll
Syntax
public sealed class Module
Constructors
Module()
Declaration
Properties
Control
Gets the control. Returns the actual WPF control responsible for rendering this module.
Declaration
public IRevelControl Control { get; set; }
Property Value
See Also
Height
Declaration
public int Height { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
InternalId
Declaration
public Guid InternalId { get; }
Property Value
Type |
Description |
System.Guid |
|
Left
Declaration
public int Left { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ModuleOptions
Declaration
[JsonProperty("option")]
public IList<Option> ModuleOptions { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<Option> |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Playlist
Declaration
public Playlist Playlist { get; set; }
Property Value
Sequence
Declaration
public int Sequence { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Top
Declaration
public int Top { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Type
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|
Width
Declaration
public int Width { get; set; }
Property Value
Type |
Description |
System.Int32 |
|