Show / Hide Table of Contents

Class Module

Inheritance
System.Object
Module
Namespace: RevelDigital.Player.RevelScript
Assembly: RevelDigital.Player.RevelScript.dll
Syntax
public sealed class Module

Constructors

Module()

Declaration
public Module()

Properties

Control

Gets the control. Returns the actual WPF control responsible for rendering this module.

Declaration
public IRevelControl Control { get; set; }
Property Value
Type Description
IRevelControl
See Also
IRevelControl

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
Type Description
Playlist

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
Back to top Copyright © 2018 RevelDigital
Generated by DocFX