Class RangeTimePickerPopup
Represents a time picker popup that allows choosing time through 3 sliders: Hours, Minutes and seconds.
Inheritance
System.Object
RangeTimePickerPopup
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Controls
Assembly: OpenSilver.dll
Syntax
[NotImplemented]
public class RangeTimePickerPopup : TimePickerPopup
Fields
| Improve this Doc View SourceSliderStyleProperty
Declaration
public static readonly DependencyProperty SliderStyleProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
TimeButtonStyleProperty
Declaration
public static readonly DependencyProperty TimeButtonStyleProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceSliderStyle
Gets or sets the Style applied to the sliders in the RangeTimePickerPopup control.
Declaration
[NotImplemented]
public Style SliderStyle { get; set; }
Property Value
Type | Description |
---|---|
Style |
TimeButtonStyle
Gets or sets the Style applied to the buttons that represent hours, minutes and seconds.
Declaration
[NotImplemented]
public Style TimeButtonStyle { get; set; }
Property Value
Type | Description |
---|---|
Style |