FSharpx.Extras


IEnvironment

Namespace: Microsoft.FSharp.Text.StructuredFormat

Instance members

Instance memberDescription
GetLayout(arg1)
Signature: obj -> Layout
Modifiers: abstract

Return to the layout-generation environment to layout any otherwise uninterpreted object

MaxColumns
Signature: int
Modifiers: abstract

The maximum number of elements for which to generate layout for list-like structures, or columns in table-like structures. -1 if no maximum.

CompiledName: get_MaxColumns

MaxRows
Signature: int
Modifiers: abstract

The maximum number of rows for which to generate layout for table-like structures. -1 if no maximum.

CompiledName: get_MaxRows

Fork me on GitHub