Appearance
In this article, you will find information about the styling options and rendering of the Telerik UI for ASP.NET Core TimeDurationPicker.
For a live example, refer to the Appearance Demo of the TimeDurationPicker.
Options
The Telerik UI TimeDurationPicker for ASP.NET Core supports the following styling options:
Size—Configures the overall size of the component.FillMode—Configures how the color is applied to the component.Rounded—Configures the border radius of the component.
Size
The Size option controls how big or small the rendered input looks. The structure of the class is k-input-{size}.
The following values are available for the Size option:
SmallMediumLarge
When not explicitly set, the applied theme controls the default size.
The
Nonevalue is deprecated. Use custom CSS instead.
Rounded
The Rounded option controls the border radius of the rendered input. The structure of the class is k-rounded-{size}.
The following values are available for the Rouned option:
Small— Small border radius.Medium— Medium border radius.Large— Large border radius.Full— Ellipse-like border radius.
When not explicitly set, the applied theme controls the default border radius.
The
Nonevalue is deprecated. Use custom CSS instead.
FillMode
The FillMode option controls the way the color is applied to the rendered input. The structure of the class is k-input-{fillMode}
The following values are available for the FillMode option:
SolidFlatOutline
When not explicitly set, the applied theme controls the default fill mode.
The
Nonevalue is deprecated. Use custom CSS instead.
Rendering
To review the rendering of the component, refer to the HTML specifications in the Kendo UI Themes Monorepo. The tests folder of the repository contains the rendering for all flavors of the components, providing a clear reference for how their elements are structured. The rendering information can help you customize a component's appearance and behavior by applying custom CSS or JavaScript to suit specific design or functional requirements.