Skip to content

Commit

Permalink
docs: added DatePicker styles
Browse files Browse the repository at this point in the history
fix: added column

docs: added DatePicker styles

fix: xiao changes

docs: added DatePicker styles
  • Loading branch information
rajamatt committed Jul 25, 2023
1 parent 8c1f8b5 commit 8b4c119
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions doc/styles/DatePicker.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# DatePicker Control
## Styles
Style Key|IsDefaultStyle*
-|-
DatePickerStyle|True

IsDefaultStyle*: Styles in this column will be set as the default implicit style for the matching control

## Lightweight Styling
Style Key|Resource Type|Default Value
-|-|-
DatePickerButtonForeground|SolidColorBrush|PrimaryBrush
DatePickerButtonForegroundPointerOver|SolidColorBrush|PrimaryBrush
DatePickerButtonForegroundPressed|SolidColorBrush|PrimaryBrush
DatePickerButtonForegroundDisabled|SolidColorBrush|OnSurfaceLowBrush
DatePickerButtonDateTextForeground|SolidColorBrush|OnSurfaceVariantBrush
DatePickerButtonDateTextForegroundPointerOver|SolidColorBrush|OnSurfaceVariantBrush
DatePickerButtonDateTextForegroundPressed|SolidColorBrush|OnSurfaceVariantBrush
DatePickerButtonDateTextForegroundDisabled|SolidColorBrush|OnSurfaceLowBrush
DatePickerPlaceholderTextForeground|SolidColorBrush|OnSurfaceLowBrush
DatePickerButtonBackground|SolidColorBrush|SurfaceVariantBrush
DatePickerButtonBackgroundPointerOver|SolidColorBrush|SurfaceVariantBrush
DatePickerButtonBackgroundPressed|SolidColorBrush|SurfaceVariantBrush
DatePickerButtonBackgroundDisabled|SolidColorBrush|PrimaryFocusedBrush
DatePickerFlyoutButtonBackground|SolidColorBrush|PrimarySelectedBrush
DatePickerFlyoutPresenterBackground|SolidColorBrush|DatePickerFlyoutPresenterBackground
DatePickerButtonBorderBrush|SolidColorBrush|PrimaryBrush
DatePickerButtonBorderBrushPointerOver|SolidColorBrush|PrimaryBrush
DatePickerButtonBorderBrushPressed|SolidColorBrush|PrimaryBrush
DatePickerButtonBorderBrushDisabled|SolidColorBrush|OnSurfaceLowBrush
DatePickerFlyoutPresenterBorderBrush|SolidColorBrush|OnSurfaceFocusedBrush
DatePickerFlyoutPresenterSpacerFill|SolidColorBrush|OnSurfaceFocusedBrush
DatePickerFlyoutPresenterHighlightFill|SolidColorBrush|PrimarySelectedBrush
DatePickerFlyoutButtonOpacityPressed|Double|0.65
DatePickerFlyoutButtonOpacityDisabled|Double|0.65
DatePickerFlyoutPresenterCornerRadius|CornerRadius|OverlayCornerRadius
DatePickerCornerRadius|CornerRadius|4,4,0,0
DatePickerFlyoutPresenterFontFamily|FontFamily|MaterialRegularFontFamily
DatePickerFlyoutPresenterFontSize|Double|ControlContentThemeFontSize
DateTimeFlyoutBorderThickness|Thickness|1
DatePickerHeight|Double|53
DatePickerFlyoutPresenterAcceptDismissHostGridHeight|Double|41
DatePickerFlyoutPresenterHighlightHeight|Double|40
DatePickerFlyoutPresenterWidth|Double|296
DatePickerSpacerThemeWidth|Double|1
DatePickerFlyoutPresenterMaxHeight|Double|398
DatePickerFlyoutPresenterMinWidth|Double|296
DatePickerFlyoutElevation|Double|8
DatePickerHostPadding|Thickness|24,24,8,8
DatePickerFlyoutButtonPadding|Thickness|0

0 comments on commit 8b4c119

Please sign in to comment.