Inheritance
System.Object
MinColumnWidth
public class MinColumnWidth : TableColumnWidth
Constructors
Declaration
public MinColumnWidth(TableColumnWidth a, TableColumnWidth b)
Parameters
Fields
Declaration
public readonly TableColumnWidth a
Field Value
Declaration
public readonly TableColumnWidth b
Field Value
Methods
Declaration
public override float? flex(List<RenderBox> cells)
Parameters
Type |
Name |
Description |
System.Collections.Generic.List<RenderBox> |
cells |
|
Returns
Type |
Description |
System.Nullable<System.Single> |
|
Overrides
Declaration
public override float maxIntrinsicWidth(List<RenderBox> cells, float containerWidth)
Parameters
Type |
Name |
Description |
System.Collections.Generic.List<RenderBox> |
cells |
|
System.Single |
containerWidth |
|
Returns
Type |
Description |
System.Single |
|
Overrides
Declaration
public override float minIntrinsicWidth(List<RenderBox> cells, float containerWidth)
Parameters
Type |
Name |
Description |
System.Collections.Generic.List<RenderBox> |
cells |
|
System.Single |
containerWidth |
|
Returns
Type |
Description |
System.Single |
|
Overrides
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides