Updated MaterialListBoxItem (markdown)

master
DianeXceed 9 years ago
parent
commit
5d2aba763e
  1. 12
      MaterialListBoxItem.md

12
MaterialListBoxItem.md

@ -6,9 +6,9 @@ Derives from ListBoxItem
The MaterialListBoxItem represents a ListBoxItem control that uses the material colors and animations.
## Properties
|| Property || Description
| InkEffectBrush | Gets or sets the brush to use for the ink effect when the listbox item is selected.
| InkEffectOpacity | Gets or sets the opacity to use for the ink effect brush on when a listbox item is selected.
| IsInkEffectActive | Gets or sets a value indicating whether the ink effect will be shown on a listbox item when it is selected.
| MaterialAccent | Gets or sets a value representing the material color palette that will be applied to the control. A MaterialAccentEnum representing the material color palette that will be applied to the control.
---
| Property | Description |
| --- | --- |
| InkEffectBrush | Gets or sets the brush to use for the ink effect when the listbox item is selected. |
| InkEffectOpacity | Gets or sets the opacity to use for the ink effect brush on when a listbox item is selected. |
| IsInkEffectActive | Gets or sets a value indicating whether the ink effect will be shown on a listbox item when it is selected. |
| MaterialAccent | Gets or sets a value representing the material color palette that will be applied to the control. A MaterialAccentEnum representing the material color palette that will be applied to the control. |

Loading…
Cancel
Save