diff --git a/MaterialTabItem.md b/MaterialTabItem.md index dba07db..3961901 100644 --- a/MaterialTabItem.md +++ b/MaterialTabItem.md @@ -3,14 +3,14 @@ _Only available in the Plus Edition_ Derives from TabItem -The MaterialTabItem represents a tab item that is used by the [MaterialTabControl](MaterialTabControl) and that uses the material colors and animations. +The MaterialTabItem represents a tab item that is used by the [[MaterialTabControl]] and that uses the material colors and animations. -## Properties -|| Property || Description -| 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. -| IsInkEffectActive | Gets or sets a value indicating whether the ink effect will be shown on a tab item when it is pressed. -| MaterialAccentBrush | Gets or sets the color that will be used as the control's background when it is selected using the InkEffectBrush. -| MaterialForeground | Gets or sets the color to use as the control's foreground when it is selected using the InkEffectBrush. -| SelectedForeground | Gets or sets the foreground to use for the selected tab item. ---- \ No newline at end of file +### Properties +| Property | Description | +| --- | --- | +| 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. | +| IsInkEffectActive | Gets or sets a value indicating whether the ink effect will be shown on a tab item when it is pressed. | +| MaterialAccentBrush | Gets or sets the color that will be used as the control's background when it is selected using the InkEffectBrush. | +| MaterialForeground | Gets or sets the color to use as the control's foreground when it is selected using the InkEffectBrush. | +| SelectedForeground | Gets or sets the foreground to use for the selected tab item. |