-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove duplicates docs: add individual controls
- Loading branch information
Showing
18 changed files
with
1,208 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,158 @@ | ||
# Button Control | ||
## Styles | ||
Style Key|IsDefaultStyle* | ||
-|- | ||
ElevatedButtonStyle| | ||
FilledButtonStyle|True | ||
FilledTonalButtonStyle| | ||
OutlinedButtonStyle| | ||
TextButtonStyle| | ||
IconButtonStyle| | ||
|
||
IsDefaultStyle*: Styles in this column will be set as the default implicit style for the matching control | ||
|
||
## Lightweight Styling | ||
Key|Type|Value | ||
-|-|- | ||
ElevatedButtonForeground|SolidColorBrush|PrimaryBrush | ||
ElevatedButtonForegroundPointerOver|SolidColorBrush|PrimaryBrush | ||
ElevatedButtonForegroundPressed|SolidColorBrush|PrimaryBrush | ||
ElevatedButtonForegroundFocused|SolidColorBrush|PrimaryBrush | ||
ElevatedButtonForegroundPointerFocused|SolidColorBrush|PrimaryBrush | ||
ElevatedButtonForegroundDisabled|SolidColorBrush|OnSurfaceDisabledBrush | ||
ElevatedButtonIconForeground|SolidColorBrush|PrimaryBrush | ||
ElevatedButtonIconForegroundPointerOver|SolidColorBrush|PrimaryBrush | ||
ElevatedButtonIconForegroundPressed|SolidColorBrush|PrimaryBrush | ||
ElevatedButtonIconForegroundFocused|SolidColorBrush|PrimaryBrush | ||
ElevatedButtonIconForegroundDisabled|SolidColorBrush|OnSurfaceDisabledBrush | ||
ElevatedButtonIconForegroundPointerFocused|SolidColorBrush|PrimaryBrush | ||
ElevatedButtonBackground|SolidColorBrush|SurfaceBrush | ||
ElevatedButtonBackgroundDisabled|SolidColorBrush|OnSurfaceDisabledLowBrush | ||
ElevatedButtonBackgroundPointerOver|SolidColorBrush|PrimaryHoverBrush | ||
ElevatedButtonBackgroundPressed|SolidColorBrush|PrimaryPressedBrush | ||
ElevatedButtonBackgroundFocused|SolidColorBrush|PrimaryFocusedBrush | ||
ElevatedButtonBackgroundPointerFocused|SolidColorBrush|PrimaryFocusedBrush | ||
ElevatedButtonBorderBrush|SolidColorBrush|SystemControlTransparentBrush | ||
ElevatedButtonBorderBrushPointerOver|SolidColorBrush|SystemControlTransparentBrush | ||
ElevatedButtonBorderBrushPressed|SolidColorBrush|SystemControlTransparentBrush | ||
ElevatedButtonBorderBrushFocused|SolidColorBrush|SystemControlTransparentBrush | ||
ElevatedButtonBorderBrushDisabled|SolidColorBrush|SystemControlTransparentBrush | ||
ElevatedButtonBorderBrushPointerFocused|SolidColorBrush|SystemControlTransparentBrush | ||
FilledButtonForeground|SolidColorBrush|OnPrimaryBrush | ||
FilledButtonForegroundPointerOver|SolidColorBrush|OnPrimaryBrush | ||
FilledButtonForegroundPressed|SolidColorBrush|OnPrimaryBrush | ||
FilledButtonForegroundPointerFocused|SolidColorBrush|OnPrimaryBrush | ||
FilledButtonForegroundFocused|SolidColorBrush|OnPrimaryBrush | ||
FilledButtonForegroundDisabled|SolidColorBrush|OnSurfaceDisabledBrush | ||
FilledButtonIconForeground|SolidColorBrush|OnPrimaryBrush | ||
FilledButtonIconForegroundDisabled|SolidColorBrush|OnSurfaceDisabledBrush | ||
FilledButtonIconForegroundPointerOver|SolidColorBrush|OnPrimaryBrush | ||
FilledButtonIconForegroundPressed|SolidColorBrush|OnPrimaryBrush | ||
FilledButtonIconForegroundFocused|SolidColorBrush|OnPrimaryBrush | ||
FilledButtonIconForegroundPointerFocused|SolidColorBrush|OnPrimaryBrush | ||
FilledButtonBackground|SolidColorBrush|PrimaryBrush | ||
FilledButtonBackgroundPointerOver|SolidColorBrush|OnPrimaryHoverBrush | ||
FilledButtonBackgroundPressed|SolidColorBrush|OnPrimaryPressedBrush | ||
FilledButtonBackgroundDisabled|SolidColorBrush|OnSurfaceDisabledLowBrush | ||
FilledButtonBackgroundFocused|SolidColorBrush|OnPrimaryFocusedBrush | ||
FilledButtonBackgroundPointerFocused|SolidColorBrush|OnPrimaryFocusedBrush | ||
FilledButtonBorderBrush|SolidColorBrush|SystemControlTransparentBrush | ||
FilledButtonBorderBrushPointerOver|SolidColorBrush|SystemControlTransparentBrush | ||
FilledButtonBorderBrushPressed|SolidColorBrush|SystemControlTransparentBrush | ||
FilledButtonBorderBrushFocused|SolidColorBrush|SystemControlTransparentBrush | ||
FilledButtonBorderBrushDisabled|SolidColorBrush|SystemControlTransparentBrush | ||
FilledButtonBorderBrushPointerFocused|SolidColorBrush|SystemControlTransparentBrush | ||
FilledTonalButtonForeground|SolidColorBrush|OnSecondaryContainerBrush | ||
FilledTonalButtonForegroundPointerOver|SolidColorBrush|OnSecondaryContainerBrush | ||
FilledTonalButtonForegroundPressed|SolidColorBrush|OnSecondaryContainerBrush | ||
FilledTonalButtonForegroundFocused|SolidColorBrush|OnSecondaryContainerBrush | ||
FilledTonalButtonForegroundPointerFocused|SolidColorBrush|OnSecondaryContainerBrush | ||
FilledTonalButtonForegroundDisabled|SolidColorBrush|OnSurfaceDisabledBrush | ||
FilledTonalButtonIconForeground|SolidColorBrush|OnSecondaryContainerBrush | ||
FilledTonalButtonIconForegroundDisabled|SolidColorBrush|OnSurfaceDisabledBrush | ||
FilledTonalButtonIconForegroundPointerOver|SolidColorBrush|OnSecondaryContainerBrush | ||
FilledTonalButtonIconForegroundPressed|SolidColorBrush|OnSecondaryContainerBrush | ||
FilledTonalButtonIconForegroundFocused|SolidColorBrush|OnSecondaryContainerBrush | ||
FilledTonalButtonIconForegroundPointerFocused|SolidColorBrush|OnSecondaryContainerBrush | ||
FilledTonalButtonBackground|SolidColorBrush|SecondaryContainerBrush | ||
FilledTonalButtonBackgroundPointerOver|SolidColorBrush|OnSecondaryContainerHoverBrush | ||
FilledTonalButtonBackgroundPressed|SolidColorBrush|OnSecondaryContainerPressedBrush | ||
FilledTonalButtonBackgroundDisabled|SolidColorBrush|OnSurfaceDisabledLowBrush | ||
FilledTonalButtonBackgroundFocused|SolidColorBrush|OnSecondaryContainerFocusedBrush | ||
FilledTonalButtonBackgroundPointerFocused|SolidColorBrush|OnSecondaryContainerFocusedBrush | ||
FilledTonalButtonBorderBrush|SolidColorBrush|SystemControlTransparentBrush | ||
FilledTonalButtonBorderBrushPointerOver|SolidColorBrush|SystemControlTransparentBrush | ||
FilledTonalButtonBorderBrushPressed|SolidColorBrush|SystemControlTransparentBrush | ||
FilledTonalButtonBorderBrushFocused|SolidColorBrush|SystemControlTransparentBrush | ||
FilledTonalButtonBorderBrushDisabled|SolidColorBrush|SystemControlTransparentBrush | ||
FilledTonalButtonBorderBrushPointerFocused|SolidColorBrush|SystemControlTransparentBrush | ||
OutlinedButtonForeground|SolidColorBrush|PrimaryBrush | ||
OutlinedButtonForegroundPressed|SolidColorBrush|PrimaryBrush | ||
OutlinedButtonForegroundPointerOver|SolidColorBrush|PrimaryBrush | ||
OutlinedButtonForegroundFocused|SolidColorBrush|PrimaryBrush | ||
OutlinedButtonForegroundPointerFocused|SolidColorBrush|PrimaryBrush | ||
OutlinedButtonForegroundDisabled|SolidColorBrush|OnSurfaceDisabledBrush | ||
OutlinedButtonIconForeground|SolidColorBrush|PrimaryBrush | ||
OutlinedButtonIconForegroundDisabled|SolidColorBrush|OnSurfaceDisabledBrush | ||
OutlinedButtonIconForegroundPointerOver|SolidColorBrush|PrimaryBrush | ||
OutlinedButtonIconForegroundPressed|SolidColorBrush|PrimaryBrush | ||
OutlinedButtonIconForegroundFocused|SolidColorBrush|PrimaryBrush | ||
OutlinedButtonIconForegroundPointerFocused|SolidColorBrush|PrimaryBrush | ||
OutlinedButtonBackground|SolidColorBrush|SystemControlTransparentBrush | ||
OutlinedButtonBackgroundPointerOver|SolidColorBrush|PrimaryHoverBrush | ||
OutlinedButtonBackgroundPressed|SolidColorBrush|PrimaryPressedBrush | ||
OutlinedButtonBackgroundDisabled|SolidColorBrush|OnSurfaceDisabledLowBrush | ||
OutlinedButtonBackgroundFocused|SolidColorBrush|PrimaryFocusedBrush | ||
OutlinedButtonBackgroundPointerFocused|SolidColorBrush|PrimaryFocusedBrush | ||
OutlinedButtonBorderBrush|SolidColorBrush|OutlineBrush | ||
OutlinedButtonBorderBrushPointerOver|SolidColorBrush|OutlineBrush | ||
OutlinedButtonBorderBrushPressed|SolidColorBrush|OutlineBrush | ||
OutlinedButtonBorderBrushFocused|SolidColorBrush|OutlineBrush | ||
OutlinedButtonBorderBrushDisabled|SolidColorBrush|OutlineDisabledBrush | ||
OutlinedButtonBorderBrushPointerFocused|SolidColorBrush|OutlineBrush | ||
TextButtonForeground|SolidColorBrush|PrimaryBrush | ||
TextButtonForegroundPressed|SolidColorBrush|PrimaryBrush | ||
TextButtonForegroundPointerOver|SolidColorBrush|PrimaryBrush | ||
TextButtonForegroundFocused|SolidColorBrush|PrimaryBrush | ||
TextButtonForegroundPointerFocused|SolidColorBrush|PrimaryBrush | ||
TextButtonForegroundDisabled|SolidColorBrush|OnSurfaceDisabledBrush | ||
TextButtonIconForeground|SolidColorBrush|PrimaryBrush | ||
TextButtonIconForegroundDisabled|SolidColorBrush|OnSurfaceDisabledBrush | ||
TextButtonIconForegroundPointerOver|SolidColorBrush|PrimaryBrush | ||
TextButtonIconForegroundPressed|SolidColorBrush|PrimaryBrush | ||
TextButtonIconForegroundFocused|SolidColorBrush|PrimaryBrush | ||
TextButtonIconForegroundPointerFocused|SolidColorBrush|PrimaryBrush | ||
TextButtonBackground|SolidColorBrush|SystemControlTransparentBrush | ||
TextButtonBackgroundPointerOver|SolidColorBrush|PrimaryHoverBrush | ||
TextButtonBackgroundPressed|SolidColorBrush|PrimaryPressedBrush | ||
TextButtonBackgroundFocused|SolidColorBrush|PrimaryFocusedBrush | ||
TextButtonBackgroundPointerFocused|SolidColorBrush|PrimaryFocusedBrush | ||
TextButtonBorderBrush|SolidColorBrush|SystemControlTransparentBrush | ||
TextButtonBorderBrushPointerOver|SolidColorBrush|SystemControlTransparentBrush | ||
TextButtonBorderBrushPressed|SolidColorBrush|SystemControlTransparentBrush | ||
TextButtonBorderBrushFocused|SolidColorBrush|SystemControlTransparentBrush | ||
TextButtonBorderBrushDisabled|SolidColorBrush|SystemControlTransparentBrush | ||
TextButtonBorderBrushPointerFocused|SolidColorBrush|SystemControlTransparentBrush | ||
IconButtonForeground|SolidColorBrush|OnSurfaceBrush | ||
IconButtonForegroundDisabled|SolidColorBrush|OnSurfaceLowBrush | ||
IconButtonEllipseFillPointerOver|SolidColorBrush|PrimaryHoverBrush | ||
IconButtonEllipseFillPressed|SolidColorBrush|PrimaryPressedBrush | ||
IconButtonEllipseFillFocused|SolidColorBrush|PrimaryFocusedBrush | ||
ButtonMinHeight|Double|40 | ||
ButtonMinWidth|Double|40 | ||
ButtonIconMinWidth|Double|18 | ||
ElevatedButtonElevation|Double|1 | ||
ElevatedButtonElevationDisabled|Double|0 | ||
ButtonElevation|Double|0 | ||
IconButtonOpacityVisibleState|Double|1 | ||
IconButtonOpacityHiddenState|Double|0 | ||
ButtonPadding|Thickness|16,0 | ||
TextButtonPadding|Thickness|12,0 | ||
TextButtonIconMargin|Thickness|0,0,8,0 | ||
ButtonBorderThickness|Thickness|0 | ||
OutlinedButtonBorderThickness|Thickness|1 | ||
ElevatedButtonMargin|Thickness|0,0,0,1 | ||
ElevatedButtonDisabledMargin|Thickness|0 | ||
ButtonContentMargin|Thickness|8,0 | ||
ButtonMargin|Thickness|0 | ||
ButtonCornerRadius|CornerRadius|20 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# CalendarDatePicker Control | ||
## Styles | ||
Style Key|IsDefaultStyle* | ||
-|- | ||
CalendarDatePickerStyle|True | ||
|
||
IsDefaultStyle*: Styles in this column will be set as the default implicit style for the matching control | ||
|
||
## Lightweight Styling | ||
Key|Type|Value | ||
-|-|- | ||
CalendarDatePickerBackgroundCornerRadius|CornerRadius|4,4,0,0 | ||
CalendarDatePickerBorderThemeThickness|Thickness|1 | ||
CalendarDatePickerFlyoutPresenterPadding|Thickness|0 | ||
CalendarDatePickerFlyoutPresenterMargin|Thickness|0 | ||
CalendarDatePickerContentMargin|Thickness|10,0 | ||
CalendarDatePickerHeight|Double|53 | ||
CalendarDatePickerBackgroundMinHeight|Double|53 | ||
CalendarDatePickerCornerRadius|CornerRadius|ControlCornerRadius | ||
CalendarDatePickerFlyoutPresenterCornerRadius|CornerRadius|OverlayCornerRadius | ||
CalendarDatePickerCalendarViewCornerRadius|CornerRadius|OverlayCornerRadius | ||
CalendarDatePickerForeground|SolidColorBrush|OnSurfaceBrush | ||
CalendarDatePickerForegroundDisabled|SolidColorBrush|OnSurfaceMediumBrush | ||
CalendarDatePickerCalendarGlyphForeground|SolidColorBrush|OnSurfaceBrush | ||
CalendarDatePickerCalendarGlyphForegroundDisabled|SolidColorBrush|OnSurfaceMediumBrush | ||
CalendarDatePickerTextForeground|SolidColorBrush|OnSurfaceLowBrush | ||
CalendarDatePickerTextForegroundDisabled|SolidColorBrush|OnSurfaceMediumBrush | ||
CalendarDatePickerTextForegroundSelected|SolidColorBrush|OnSurfaceBrush | ||
CalendarDatePickerHeaderForeground|SolidColorBrush|PrimaryBrush | ||
CalendarDatePickerHeaderForegroundDisabled|SolidColorBrush|OnSurfaceMediumBrush | ||
CalendarDatePickerBackground|SolidColorBrush|SurfaceVariantBrush | ||
CalendarDatePickerBackgroundPointerOver|SolidColorBrush|SurfaceVariantBrush | ||
CalendarDatePickerBackgroundPressed|SolidColorBrush|SurfaceVariantBrush | ||
CalendarDatePickerBackgroundDisabled|SolidColorBrush|SystemControlTransparentBrush | ||
CalendarDatePickerBackgroundFocused|SolidColorBrush|SurfaceVariantBrush | ||
CalendarDatePickerBorderBrush|SolidColorBrush|OnSurfaceLowBrush | ||
CalendarDatePickerBorderBrushPointerOver|SolidColorBrush|OnSurfaceLowBrush | ||
CalendarDatePickerBorderBrushPressed|SolidColorBrush|OnSurfaceLowBrush | ||
CalendarDatePickerBorderBrushDisabled|SolidColorBrush|OnSurfaceLowBrush | ||
CalendarDatePickerBottomBorderBrush|SolidColorBrush|PrimaryBrush | ||
CalendarDatePickerHeaderStyle|Style|MaterialBodySmall | ||
CalendarDatePickerTextStyle|Style|MaterialBodyMedium |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
# CheckBox Control | ||
## Styles | ||
Style Key|IsDefaultStyle* | ||
-|- | ||
CheckBoxStyle|True | ||
SecondaryCheckBoxStyle| | ||
|
||
IsDefaultStyle*: Styles in this column will be set as the default implicit style for the matching control | ||
|
||
## Lightweight Styling | ||
Key|Type|Value | ||
-|-|- | ||
CheckBoxBackgroundUnchecked|SolidColorBrush|SystemControlTransparentBrush | ||
CheckBoxBackgroundUncheckedPointerOver|SolidColorBrush|SystemControlTransparentBrush | ||
CheckBoxBackgroundUncheckedPressed|SolidColorBrush|SystemControlTransparentBrush | ||
CheckBoxBackgroundUncheckedDisabled|SolidColorBrush|SystemControlTransparentBrush | ||
CheckBoxBackgroundChecked|SolidColorBrush|PrimaryBrush | ||
CheckBoxBackgroundCheckedPointerOver|SolidColorBrush|PrimaryBrush | ||
CheckBoxBackgroundCheckedPressed|SolidColorBrush|PrimaryBrush | ||
CheckBoxBackgroundCheckedDisabled|SolidColorBrush|OnSurfaceLowBrush | ||
CheckBoxBackgroundIndeterminate|SolidColorBrush|PrimaryBrush | ||
CheckBoxBackgroundIndeterminatePointerOver|SolidColorBrush|PrimaryBrush | ||
CheckBoxBackgroundIndeterminatePressed|SolidColorBrush|PrimaryBrush | ||
CheckBoxBackgroundIndeterminateDisabled|SolidColorBrush|OnSurfaceLowBrush | ||
CheckBoxForegroundUnchecked|SolidColorBrush|OnSurfaceBrush | ||
CheckBoxForegroundUncheckedPointerOver|SolidColorBrush|OnSurfaceBrush | ||
CheckBoxForegroundUncheckedPressed|SolidColorBrush|OnSurfaceBrush | ||
CheckBoxForegroundUncheckedDisabled|SolidColorBrush|OnSurfaceLowBrush | ||
CheckBoxForegroundChecked|SolidColorBrush|OnSurfaceBrush | ||
CheckBoxForegroundCheckedPointerOver|SolidColorBrush|OnSurfaceBrush | ||
CheckBoxForegroundCheckedPressed|SolidColorBrush|OnSurfaceBrush | ||
CheckBoxForegroundCheckedDisabled|SolidColorBrush|OnSurfaceLowBrush | ||
CheckBoxForegroundIndeterminate|SolidColorBrush|OnSurfaceBrush | ||
CheckBoxForegroundIndeterminatePointerOver|SolidColorBrush|OnSurfaceBrush | ||
CheckBoxForegroundIndeterminatePressed|SolidColorBrush|OnSurfaceBrush | ||
CheckBoxForegroundIndeterminateDisabled|SolidColorBrush|OnSurfaceLowBrush | ||
CheckBoxBorderBrushUnchecked|SolidColorBrush|OnSurfaceBrush | ||
CheckBoxBorderBrushUncheckedPointerOver|SolidColorBrush|OnSurfaceBrush | ||
CheckBoxBorderBrushUncheckedPressed|SolidColorBrush|OnSurfaceBrush | ||
CheckBoxBorderBrushUncheckedDisabled|SolidColorBrush|OnSurfaceLowBrush | ||
CheckBoxBorderBrushChecked|SolidColorBrush|PrimaryBrush | ||
CheckBoxBorderBrushCheckedPointerOver|SolidColorBrush|PrimaryBrush | ||
CheckBoxBorderBrushCheckedPressed|SolidColorBrush|PrimaryBrush | ||
CheckBoxBorderBrushCheckedDisabled|SolidColorBrush|OnSurfaceLowBrush | ||
CheckBoxBorderBrushIndeterminate|SolidColorBrush|PrimaryBrush | ||
CheckBoxBorderBrushIndeterminatePointerOver|SolidColorBrush|PrimaryBrush | ||
CheckBoxBorderBrushIndeterminatePressed|SolidColorBrush|PrimaryBrush | ||
CheckBoxBorderBrushIndeterminateDisabled|SolidColorBrush|OnSurfaceLowBrush | ||
CheckBoxFontFamily|FontFamily|MaterialRegularFontFamily | ||
CheckBoxFontWeight|String|BodySmallFontWeight | ||
CheckBoxFontSize|Double|BodySmallFontSize | ||
CheckBoxCharacterSpacing|Int32|BodySmallCharacterSpacing | ||
CheckBoxGlyphForegroundUnchecked|SolidColorBrush|SystemControlTransparentBrush | ||
CheckBoxGlyphForegroundUncheckedPointerOver|SolidColorBrush|SystemControlTransparentBrush | ||
CheckBoxGlyphForegroundUncheckedPressed|SolidColorBrush|SystemControlTransparentBrush | ||
CheckBoxGlyphForegroundUncheckedDisabled|SolidColorBrush|SystemControlTransparentBrush | ||
CheckBoxGlyphForegroundChecked|SolidColorBrush|OnPrimaryBrush | ||
CheckBoxGlyphForegroundCheckedPointerOver|SolidColorBrush|OnPrimaryBrush | ||
CheckBoxGlyphForegroundCheckedPressed|SolidColorBrush|OnPrimaryBrush | ||
CheckBoxGlyphForegroundCheckedDisabled|SolidColorBrush|OnPrimaryMediumBrush | ||
CheckBoxGlyphForegroundIndeterminate|SolidColorBrush|OnPrimaryBrush | ||
CheckBoxGlyphForegroundIndeterminatePointerOver|SolidColorBrush|OnPrimaryBrush | ||
CheckBoxGlyphForegroundIndeterminatePressed|SolidColorBrush|OnPrimaryBrush | ||
CheckBoxGlyphForegroundIndeterminateDisabled|SolidColorBrush|OnPrimaryMediumBrush | ||
CheckBoxHyphenGlyphPathData|String|M0,0L32,0 32,5.3 0,5.3z | ||
CheckBoxCheckGlyphPathData|String|M28.718018,0L32,3.2819897 10.666016,24.616999 0,13.951997 3.2810059,10.670007 10.666016,18.055033z | ||
CheckBoxFocusAreaSize|Double|40 | ||
CheckBoxCheckAreaSize|Double|18 | ||
CheckBoxCheckAreaLength|GridLength|40 | ||
CheckBoxCheckAreaCornerRadius|CornerRadius|2 | ||
CheckBoxCheckAreaBorderThickness|Thickness|2 | ||
CheckBoxCheckAreaPadding|Thickness|8,0,0,0 |
Oops, something went wrong.