-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: switched columns & added default fix: removing removed resources fix: switched columns & added default docs: added RadioButton styles
- Loading branch information
Showing
1 changed file
with
47 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,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 |