Class ThemeConstants.TimePicker.FillMode
A static class whose members denote predefined fill modes for the Telerik TimePicker component.
Inheritance
System.Object
ThemeConstants.TimePicker.FillMode
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public static class FillMode : Object
Fields
Flat
Declaration
public const string Flat = "flat"
Field Value
System.String
|
Outline
Declaration
public const string Outline = "outline"
Field Value
System.String
|
Solid
Declaration
public const string Solid = "solid"
Field Value
System.String
|