Class GetFontSizeInput
Data Transfer Object for getting the font size of a UI component.
Inherited Members
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. |