logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class SetFontSizeInput

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

    Inheritance
    object
    SetFontSizeInput
    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 SetFontSizeInput

    Constructors

    SetFontSizeInput(string, string)

    Initializes a new instance of the SetFontSizeInput class with the specified identifier and font size.

    Declaration
    public SetFontSizeInput(string id, string fontSize)
    Parameters
    Type Name Description
    string id

    The unique identifier of the component.

    string fontSize

    The font size to be set (e.g., "Small", "Medium", "Large").

    Fields

    FontSize

    Declaration
    public string FontSize
    Field Value
    Type Description
    string

    The font size to be set (e.g., "Small", "Medium", "Large").

    Id

    Declaration
    public string Id
    Field Value
    Type Description
    string

    The unique identifier of the component.

    In this article
    © 2026 Serenity. All Rights Reserved