Class TableColumnWidth
Namespace: Unity.UIWidgets.rendering
Syntax
public abstract class TableColumnWidth
Constructors
TableColumnWidth()
Declaration
protected TableColumnWidth()
Methods
flex(List<RenderBox>)
Declaration
public virtual float? flex(List<RenderBox> cells)
Parameters
Type | Name | Description |
---|---|---|
List<RenderBox> | cells |
Returns
Type | Description |
---|---|
Nullable<Single> |
maxIntrinsicWidth(List<RenderBox>, Single)
Declaration
public abstract float maxIntrinsicWidth(List<RenderBox> cells, float containerWidth)
Parameters
Type | Name | Description |
---|---|---|
List<RenderBox> | cells | |
Single | containerWidth |
Returns
Type | Description |
---|---|
Single |
minIntrinsicWidth(List<RenderBox>, Single)
Declaration
public abstract float minIntrinsicWidth(List<RenderBox> cells, float containerWidth)
Parameters
Type | Name | Description |
---|---|---|
List<RenderBox> | cells | |
Single | containerWidth |
Returns
Type | Description |
---|---|
Single |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |