Table of Contents

Class FontFacePalette

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[Value("FontFacePalette")]
public class FontFacePalette
Inheritance
FontFacePalette
Inherited Members

Constructors

FontFacePalette()

public FontFacePalette()

Properties

this[int]

public string this[int i] { get; set; }

Parameters

i int

Property Value

string

Length

[Value("length")]
public ulong Length { get; }

Property Value

ulong

UsableWithDarkBackground

[Value("usableWithDarkBackground")]
public bool UsableWithDarkBackground { get; }

Property Value

bool

UsableWithLightBackground

[Value("usableWithLightBackground")]
public bool UsableWithLightBackground { get; }

Property Value

bool