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