TimePickerFlyoutPresenter
TimePickerFlyoutPresenter
TimePickerFlyoutPresenter
TimePickerFlyoutPresenter
Class
Definition
Represents the visual container for the TimePickerFlyout.
public : sealed class TimePickerFlyoutPresenter : Control, ITimePickerFlyoutPresenterpublic sealed class TimePickerFlyoutPresenter : Control, ITimePickerFlyoutPresenterPublic NotInheritable Class TimePickerFlyoutPresenter Inherits Control Implements ITimePickerFlyoutPresenter// This API is not available in Javascript.
- Inheritance
-
TimePickerFlyoutPresenterTimePickerFlyoutPresenterTimePickerFlyoutPresenterTimePickerFlyoutPresenter
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Inherited Members
Inherited properties
Inherited events
Inherited methods
Remarks
Control style and template
You can modify the default Style and ControlTemplate to give the control a unique appearance. For information about modifying a control's style and template, see Styling controls. The default style, template, and resources that define the look of the control are included in the generic.xaml file. For design purposes, generic.xaml is available in the (Program Files)\Windows Kits\10\DesignTime\CommonConfiguration\Neutral\UAP<SDK version>\Generic folder from a Windows Software Development Kit (SDK) installation. Styles and resources from different versions of the SDK might have different values.
Starting in Windows 10, version 1607 (Windows Software Development Kit (SDK) version 10.0.14393.0), generic.xaml includes resources that you can use to modify the colors of a control in different visual states without modifying the control template. In apps that target this software development kit (SDK) or later, modifying these resources is preferred to setting properties such as Background and Foreground. For more info, see the Light-weight styling section of the Styling controls article.
This table shows the resources used by the TimePickerFlyoutPresenter control.
| Resource key | Description |
|---|---|
| TimePickerFlyoutPresenterSpacerFill | Spacer color |
| TimePickerFlyoutPresenterBackground | Background color |
| TimePickerFlyoutPresenterBorderBrush | Border color |
| TimePickerFlyoutPresenterHighlightFill | Highlight color |