logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class ListRowLayout.Metrics

    How a row is proportioned.

    Inheritance
    object
    ListRowLayout.Metrics
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    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
    In this article
    © 2026 Serenity. All Rights Reserved