From 688a526d43517a28923b1883e75bcc6dcff9c037 Mon Sep 17 00:00:00 2001 From: DianeXceed Date: Mon, 19 Jun 2017 11:53:01 -0400 Subject: [PATCH] Updated MaterialRadioButton (markdown) --- MaterialRadioButton.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/MaterialRadioButton.md b/MaterialRadioButton.md index 71557f6..95a5a39 100644 --- a/MaterialRadioButton.md +++ b/MaterialRadioButton.md @@ -5,11 +5,11 @@ Derives from RadioButton The MaterialRadioButton represents a radio button control that uses the material colors and animations. -![](MaterialRadioButton_material_radiobutton.png) - -## Properties -|| Property || Description -| CheckMarkBrush | Gets or sets the brush to use for the checkmark. -| MaterialAccent | Gets or sets a value representing the material color palette that will be applied to the control. -| MaterialAccentBrush | Gets or sets the color that will be used as the control's checkmark and border. ---- \ No newline at end of file +[[MaterialRadioButton_material_radiobutton.png]] + +### Properties +| Property | Description | +| --- | --- | +| CheckMarkBrush | Gets or sets the brush to use for the checkmark. | +| MaterialAccent | Gets or sets a value representing the material color palette that will be applied to the control. | +| MaterialAccentBrush | Gets or sets the color that will be used as the control's checkmark and border. |