Table of Contents

Class LayoutConstraints

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

Constructors

LayoutConstraints()

public LayoutConstraints()

Properties

AvailableBlockSize

[Value("availableBlockSize")]
public Number AvailableBlockSize { get; }

Property Value

Number

AvailableInlineSize

[Value("availableInlineSize")]
public Number AvailableInlineSize { get; }

Property Value

Number

BlockFragmentationOffset

[Value("blockFragmentationOffset")]
public Number? BlockFragmentationOffset { get; }

Property Value

Number

BlockFragmentationType

[Value("blockFragmentationType")]
public BlockFragmentationType BlockFragmentationType { get; }

Property Value

BlockFragmentationType

Data

[Value("data")]
public dynamic Data { get; }

Property Value

dynamic

FixedBlockSize

[Value("fixedBlockSize")]
public Number? FixedBlockSize { get; }

Property Value

Number

FixedInlineSize

[Value("fixedInlineSize")]
public Number? FixedInlineSize { get; }

Property Value

Number

PercentageBlockSize

[Value("percentageBlockSize")]
public Number PercentageBlockSize { get; }

Property Value

Number

PercentageInlineSize

[Value("percentageInlineSize")]
public Number PercentageInlineSize { get; }

Property Value

Number