Skip to content

Commit

Permalink
docs: added RadioButton styles
Browse files Browse the repository at this point in the history
fix: switched columns & added default

fix: removing removed resources

fix: switched columns & added default

docs: added RadioButton styles
  • Loading branch information
rajamatt committed Jul 25, 2023
1 parent 59e0371 commit 3596933
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions doc/styles/RadioButton.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# RadioButton Control
## Styles
Style Key|IsDefaultStyle*
-|-
RadioButtonStyle|True
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
-|-|-
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
RadioButtonFontFamily|FontFamily|MaterialRegularFontFamily
RadioButtonFontWeight|FontWeight|BodySmallFontWeight
RadioButtonFontSize|FontSize|BodySmallFontSize
RadioButtonCharacterSpacing|CharacterSpacing|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

0 comments on commit 3596933

Please sign in to comment.