Skip to content

Commit

Permalink
fix: xiao changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rajamatt committed Jul 25, 2023
1 parent 3596933 commit 9bb3b83
Showing 1 changed file with 34 additions and 34 deletions.
68 changes: 34 additions & 34 deletions doc/styles/RadioButton.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,40 +8,40 @@ SecondaryRadioButtonStyle|
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
Key|Type|Value
-|-|-
RadioButtonForeground|Foreground|OnBackgroundMediumBrush
RadioButtonForegroundPointerOver|Foreground|OnBackgroundMediumBrush
RadioButtonForegroundPressed|Foreground|OnBackgroundMediumBrush
RadioButtonForegroundDisabled|Foreground|OnBackgroundDisabledBrush
RadioButtonOuterEllipseStroke|Stroke|OnBackgroundMediumBrush
RadioButtonOuterEllipseStrokePointerOver|Stroke|OnBackgroundMediumBrush
RadioButtonOuterEllipseStrokePressed|Stroke|OnBackgroundMediumBrush
RadioButtonOuterEllipseStrokeDisabled|Stroke|OnBackgroundDisabledBrush
RadioButtonOuterEllipseCheckedStroke|Stroke|PrimaryBrush
RadioButtonOuterEllipseCheckedStrokePointerOver|Stroke|PrimaryBrush
RadioButtonOuterEllipseCheckedStrokePressed|Stroke|PrimaryBrush
RadioButtonOuterEllipseCheckedStrokeDisabled|Stroke|PrimaryBrush
RadioButtonOuterEllipseFill|Fill|SystemControlTransparentBrush
RadioButtonOuterEllipseFillPointerOver|Fill|SystemControlTransparentBrush
RadioButtonOuterEllipseFillPressed|Fill|SystemControlTransparentBrush
RadioButtonOuterEllipseFillDisabled|Fill|SystemControlTransparentBrush
RadioButtonOuterEllipseCheckedFill|Fill|PrimaryBrush
RadioButtonOuterEllipseCheckedFillPointerOver|Fill|PrimaryBrush
RadioButtonOuterEllipseCheckedFillPressed|Fill|PrimaryBrush
RadioButtonOuterEllipseCheckedFillDisabled|Fill|PrimaryBrush
MaterialRadioButtonHoverRingFillPointerOver|Fill|PrimaryHoverBrush
MaterialRadioButtonHoverRingFillPressed|Fill|PrimaryFocusedBrush
RadioButtonForeground|SolidColorBrush|OnBackgroundMediumBrush
RadioButtonForegroundPointerOver|SolidColorBrush|OnBackgroundMediumBrush
RadioButtonForegroundPressed|SolidColorBrush|OnBackgroundMediumBrush
RadioButtonForegroundDisabled|SolidColorBrush|OnBackgroundDisabledBrush
RadioButtonOuterEllipseStroke|SolidColorBrush|OnBackgroundMediumBrush
RadioButtonOuterEllipseStrokePointerOver|SolidColorBrush|OnBackgroundMediumBrush
RadioButtonOuterEllipseStrokePressed|SolidColorBrush|OnBackgroundMediumBrush
RadioButtonOuterEllipseStrokeDisabled|SolidColorBrush|OnBackgroundDisabledBrush
RadioButtonOuterEllipseCheckedStroke|SolidColorBrush|PrimaryBrush
RadioButtonOuterEllipseCheckedStrokePointerOver|SolidColorBrush|PrimaryBrush
RadioButtonOuterEllipseCheckedStrokePressed|SolidColorBrush|PrimaryBrush
RadioButtonOuterEllipseCheckedStrokeDisabled|SolidColorBrush|PrimaryBrush
RadioButtonOuterEllipseFill|Brush|SystemControlTransparentBrush
RadioButtonOuterEllipseFillPointerOver|Brush|SystemControlTransparentBrush
RadioButtonOuterEllipseFillPressed|Brush|SystemControlTransparentBrush
RadioButtonOuterEllipseFillDisabled|Brush|SystemControlTransparentBrush
RadioButtonOuterEllipseCheckedFill|SolidColorBrush|PrimaryBrush
RadioButtonOuterEllipseCheckedFillPointerOver|SolidColorBrush|PrimaryBrush
RadioButtonOuterEllipseCheckedFillPressed|SolidColorBrush|PrimaryBrush
RadioButtonOuterEllipseCheckedFillDisabled|SolidColorBrush|PrimaryBrush
MaterialRadioButtonHoverRingFillPointerOver|SolidColorBrush|PrimaryHoverBrush
MaterialRadioButtonHoverRingFillPressed|SolidColorBrush|PrimaryFocusedBrush
RadioButtonFontFamily|FontFamily|MaterialRegularFontFamily
RadioButtonFontWeight|FontWeight|BodySmallFontWeight
RadioButtonFontSize|FontSize|BodySmallFontSize
RadioButtonCharacterSpacing|CharacterSpacing|BodySmallCharacterSpacing
RadioButtonFontWeight|String|BodySmallFontWeight
RadioButtonFontSize|Double|BodySmallFontSize
RadioButtonCharacterSpacing|Int32|BodySmallCharacterSpacing
RadioButtonGridLength|GridLength|40
RadioButtonHeight|Height|40
RadioButtonCheckHeight|Height|20
RadioButtonWidth|Width|40
RadioButtonCheckWidth|Width|20
RadioButtonMinHeight|MinHeight|40
RadioButtonMinWidth|MinWidth|40
RadioButtonStrokeThickness|StrokeThickness|2
RadioButtonPadding|Padding|4,0,0,0
RadioButtonHeight|Double|40
RadioButtonCheckHeight|Double|20
RadioButtonWidth|Double|40
RadioButtonCheckWidth|Double|20
RadioButtonMinHeight|Double|40
RadioButtonMinWidth|Double|40
RadioButtonStrokeThickness|Double|2
RadioButtonPadding|Thickness|4,0,0,0

0 comments on commit 9bb3b83

Please sign in to comment.