NBoomackClient
Show / Hide Table of Contents

Class Slot

Inheritance
object
Slot
DocumentSlot
GridSlot
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Boomack.Client.Model
Assembly: NBoomackClient.dll
Syntax
public class Slot

Properties

Border

Declaration
public bool? Border { get; set; }
Property Value
Type Description
bool?

ColorFilter

Declaration
public object ColorFilter { get; set; }
Property Value
Type Description
object

ColorFilterMatrix

Declaration
[JsonIgnore]
public float[] ColorFilterMatrix { get; set; }
Property Value
Type Description
float[]

CssColorFilter

Declaration
[JsonIgnore]
public string CssColorFilter { get; set; }
Property Value
Type Description
string

Extensions

Declaration
public int? Extensions { get; set; }
Property Value
Type Description
int?

History

Declaration
public int? History { get; set; }
Property Value
Type Description
int?

Index

Declaration
public int? Index { get; set; }
Property Value
Type Description
int?

NoClear

Declaration
public bool? NoClear { get; set; }
Property Value
Type Description
bool?

NoMaximize

Declaration
public bool? NoMaximize { get; set; }
Property Value
Type Description
bool?

NoPause

Declaration
public bool? NoPause { get; set; }
Property Value
Type Description
bool?

NoSingleOut

Declaration
public bool? NoSingleOut { get; set; }
Property Value
Type Description
bool?

NoZoom

Declaration
public bool? NoZoom { get; set; }
Property Value
Type Description
bool?

ShowId

Declaration
public bool? ShowId { get; set; }
Property Value
Type Description
bool?

Toolbar

Declaration
public bool? Toolbar { get; set; }
Property Value
Type Description
bool?

Zoom

Declaration
public float? Zoom { get; set; }
Property Value
Type Description
float?
In This Article
Back to top
Boomack Homepage