The TimePickerBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | TimePickerBase |
Initializes a new instance of the TimePickerBase class.
|
Methods
Name | Description | |
---|---|---|
![]() | 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
Name | Description | |
---|---|---|
![]() ![]() | 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
Name | Description | |
---|---|---|
![]() | 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
Name | Description | |
---|---|---|
![]() | PropertyChanged |
Occurs when a property value changes.
|