Class ListRowLayout.Metrics
How a row is proportioned.
Inherited Members
Namespace: Serenity.Shared.Layout
Assembly: Serenity.Shared.dll
Syntax
public sealed class ListRowLayout.Metrics
Constructors
Metrics()
Declaration
public Metrics()
Fields
BadgeGap
Space left between neighbouring badges.
Declaration
public float BadgeGap
Field Value
| Type | Description |
|---|---|
| float |
Gap
Space left between neighbouring slices.
Declaration
public float Gap
Field Value
| Type | Description |
|---|---|
| float |
MarkerWidth
Width reserved for the leading marker.
Declaration
public float MarkerWidth
Field Value
| Type | Description |
|---|---|
| float |
MinimumTitleWidth
Narrowest the title is allowed to be before it stops shrinking.
Declaration
public float MinimumTitleWidth
Field Value
| Type | Description |
|---|---|
| float |
TitleWidthShare
The most of the row the title may claim, as a fraction.
Declaration
public float TitleWidthShare
Field Value
| Type | Description |
|---|---|
| float |