diff --git a/MaterialTabControl.md b/MaterialTabControl.md index 1332ee2..ff6b2ac 100644 --- a/MaterialTabControl.md +++ b/MaterialTabControl.md @@ -5,19 +5,19 @@ Derives from TabControl The MaterialTabControl represents a TabControl that uses the material colors and animations. -![](MaterialTabControl_material_tabcontrol.png) +[[MaterialTabControl_material_tabcontrol.png]] -## Properties -|| Property || Description -| InkBarBrush | Gets or sets the brush to use for the ink bar located under the selected tab item. -| InkEffectBrush | Gets or sets the brush to use for the ink effect when pressing a tab item. -| InkEffectOpacity | Gets or sets the opacity to use for the ink effect brush on when a tab item is selected. -| IsInkBarActive | Gets or sets a value indicating whether the ink bar will be shown under the selected tab item. -| IsInkEffectActive | Gets or sets a value indicating whether the ink effect will be shown on a tab item when it is pressed. -| IsSlidingAnimationActive | Gets ot sets a value indicating whether the sliding transition animation will be used when changing the selected tab item. -| 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 ink-effect and ink-bar brushes. -| NextItem | Gets the next tab item to slide in. -| PreviousItem | Gets the previous tab item to slide out. -| SelectedForeground | Gets or sets the foreground to use for the selected tab item. ---- \ No newline at end of file +### Properties +| Property | Description | +| --- | --- | +| InkBarBrush | Gets or sets the brush to use for the ink bar located under the selected tab item. | +| InkEffectBrush | Gets or sets the brush to use for the ink effect when pressing a tab item. | +| InkEffectOpacity | Gets or sets the opacity to use for the ink effect brush on when a tab item is selected. | +| IsInkBarActive | Gets or sets a value indicating whether the ink bar will be shown under the selected tab item. | +| IsInkEffectActive | Gets or sets a value indicating whether the ink effect will be shown on a tab item when it is pressed. | +| IsSlidingAnimationActive | Gets or sets a value indicating whether the sliding transition animation will be used when changing the selected tab item. | +| 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 ink-effect and ink-bar brushes. | +| NextItem | Gets the next tab item to slide in. | +| PreviousItem | Gets the previous tab item to slide out. | +| SelectedForeground | Gets or sets the foreground to use for the selected tab item. |