logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class GetFontSizeInput

    Data Transfer Object for getting the font size of a UI component.

    Inheritance
    object
    GetFontSizeInput
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.Ui.Application.DTO
    Assembly: Serenity.Ui.Application.dll
    Syntax
    public class GetFontSizeInput

    Constructors

    GetFontSizeInput(string)

    Initializes a new instance of the GetFontSizeInput class with the specified identifier.

    Declaration
    public GetFontSizeInput(string id)
    Parameters
    Type Name Description
    string id

    The unique identifier of the component.

    Fields

    Id

    Declaration
    public string Id
    Field Value
    Type Description
    string

    The unique identifier of the component.

    In this article
    © 2026 Serenity. All Rights Reserved