Class TimePickerSetting
- Namespace
- BootstrapBlazor.Components
- Assembly
- BootstrapBlazor.dll
TimePicker 配置项
public class TimePickerSetting : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
- Inheritance
-
TimePickerSetting
- Implements
- Inherited Members
- Extension Methods
Constructors
TimePickerSetting()
public TimePickerSetting()
Properties
IsAutoSwitch
是否自动切换 小时、分钟、秒 自动切换 默认 true
[Parameter]
public bool IsAutoSwitch { get; set; }
Property Value
ShowClockScale
是否显示表盘刻度 默认 false
[Parameter]
public bool ShowClockScale { get; set; }
Property Value
ShowMinute
是否显示分钟 默认 true
[Parameter]
public bool ShowMinute { get; set; }
Property Value
ShowSecond
是否显示秒 默认 true
[Parameter]
public bool ShowSecond { get; set; }
Property Value
Methods
OnInitialized()
protected override void OnInitialized()