The TimePickerBase type exposes the following members.

Constructors

  NameDescription
TimePickerBase
Initializes a new instance of the TimePickerBase class.

Methods

  NameDescription
Decrease
Decreases the selected time based on the Change property.
Increase
Increases the selected time based on the Change property.
OnPropertyChanged
Raises the PropertyChanged event.

Fields

  NameDescription
ChangeProperty
Identifies the Change property.
IsDropDownOpenProperty
Identifies the IsDropDownOpen property.
IsDropDownToggleVisibleProperty
Identifies the IsDropDownToggleVisible property.
IsReadOnlyProperty
Identifies the IsReadOnly property.
IsUpDownVisibleProperty
Identifies the IsUpDownVisible property.

Properties

  NameDescription
Change
Gets or sets a TimeSpan used to increase or decrease the selected time. This is a dependency property.
IsDropDownOpen
Gets or sets whether the drop-down part of the TimePickerBase is open. This is a dependency property.
IsDropDownToggleVisible
Gets or sets whether or not the drop-down toggle button is visible or not. This is a dependency property.
IsReadOnly
Gets or sets whether or not the text box part of this control is read only. The default is false. This is a dependency property.
IsUpDownVisible
Gets or sets whether or not the up/down controls are visible. This is a dependency property.

Events

  NameDescription
PropertyChanged
Occurs when a property value changes.

See Also