Class LayoutConstraintsOptions
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
[ToObject]
public class LayoutConstraintsOptions
- Inheritance
-
LayoutConstraintsOptions
- Inherited Members
-
Constructors
LayoutConstraintsOptions()
public LayoutConstraintsOptions()
Fields
AvailableBlockSize
[Value("availableBlockSize")]
public Number AvailableBlockSize
Field Value
- Number
AvailableInlineSize
[Value("availableInlineSize")]
public Number AvailableInlineSize
Field Value
- Number
BlockFragmentationOffset
[Value("blockFragmentationOffset")]
public Number BlockFragmentationOffset
Field Value
- Number
BlockFragmentationType
[Value("blockFragmentationType")]
public BlockFragmentationType BlockFragmentationType
Field Value
- BlockFragmentationType
Data
[Value("data")]
public dynamic Data
Field Value
- dynamic
FixedBlockSize
[Value("fixedBlockSize")]
public Number FixedBlockSize
Field Value
- Number
FixedInlineSize
[Value("fixedInlineSize")]
public Number FixedInlineSize
Field Value
- Number
PercentageBlockSize
[Value("percentageBlockSize")]
public Number PercentageBlockSize
Field Value
- Number
PercentageInlineSize
[Value("percentageInlineSize")]
public Number PercentageInlineSize
Field Value
- Number