logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Interface IUiThemeComponents

    Interface for UI theme components.

    Namespace: Serenity.Ui.Domain.Interfaces
    Assembly: Serenity.Ui.Domain.dll
    Syntax
    public interface IUiThemeComponents

    Properties

    DropdownTemplate

    Declaration
    object DropdownTemplate { get; }
    Property Value
    Type Description
    object

    Template for dropdown UI elements.

    InputTemplate

    Declaration
    object InputTemplate { get; }
    Property Value
    Type Description
    object

    Template for rendering input fields.

    ModalTemplate

    Declaration
    object ModalTemplate { get; }
    Property Value
    Type Description
    object

    Template for modal dialogs.

    PrimaryInputPromptTemplate

    Declaration
    object PrimaryInputPromptTemplate { get; }
    Property Value
    Type Description
    object

    Template for Primary Input Prompts.

    SelectableTemplate

    Declaration
    object SelectableTemplate { get; }
    Property Value
    Type Description
    object

    Template for selectable UI elements.

    SlideableTemplate

    Declaration
    object SlideableTemplate { get; }
    Property Value
    Type Description
    object

    Template for slideable UI elements.

    SubmittableTemplate

    Declaration
    object SubmittableTemplate { get; }
    Property Value
    Type Description
    object

    Template for submittable UI elements.

    TitleTemplate

    Declaration
    object TitleTemplate { get; }
    Property Value
    Type Description
    object

    Template for rendering titles.

    ToggleableTemplate

    Declaration
    object ToggleableTemplate { get; }
    Property Value
    Type Description
    object

    Template for toggleable UI elements.

    In this article
    © 2026 Serenity. All Rights Reserved