|
|
@ -5,17 +5,17 @@ Derives from ComboBox |
|
|
|
|
|
|
|
|
The MaterialComboBox control represents a ComboBox control that uses the material colors and animations. |
|
|
The MaterialComboBox control represents a ComboBox control that uses the material colors and animations. |
|
|
|
|
|
|
|
|
 |
|
|
[[MaterialComboBox_material_combobox.png]] |
|
|
|
|
|
|
|
|
## Properties |
|
|
### Properties |
|
|
|| Property || Description |
|
|
| Property | Description | |
|
|
| InkEffectBrush | Gets or sets the brush to use for the ink effect when the combo-box item is selected. |
|
|
| --- | --- | |
|
|
| InkEffectOpacity | Gets or sets the opacity to use for the ink effect brush on when a combo-box item is selected. |
|
|
| InkEffectBrush | Gets or sets the brush to use for the ink effect when the combo-box item is selected. | |
|
|
| IsInkEffectActive | Gets or sets a value indicating whether the ink effect will be shown on a combo-box item when it is selected. |
|
|
| InkEffectOpacity | Gets or sets the opacity to use for the ink effect brush on when a combo-box item is selected. | |
|
|
| IsUsingFadeAnimation | Gets or sets a value indicating whether the fading animation will be used when opening the dropdown. |
|
|
| IsInkEffectActive | Gets or sets a value indicating whether the ink effect will be shown on a combo-box item when it is selected. | |
|
|
| LineBrush | Gets ot sets the brush to use for the line under the text when the control is not focused. |
|
|
| IsUsingFadeAnimation | Gets or sets a value indicating whether the fading animation will be used when opening the dropdown. | |
|
|
| LineFocusBrush | Gets ot sets the brush to use for the line under the text when the control is focused. |
|
|
| LineBrush | Gets or sets the brush to use for the line under the text when the control is not focused. | |
|
|
| MaterialAccent | Gets or sets a value representing the material color palette that will be applied to the control. |
|
|
| LineFocusBrush | Gets or sets the brush to use for the line under the text when the control is focused. | |
|
|
| MaterialAccentBrush | Gets or sets the color that will be used as the control's background and border. |
|
|
| MaterialAccent | Gets or sets a value representing the material color palette that will be applied to the control. | |
|
|
| MaterialForeground | Gets or set the color to use for the control's foreground and ink-effect. |
|
|
| MaterialAccentBrush | Gets or sets the color that will be used as the control's background and border. | |
|
|
--- |
|
|
| MaterialForeground | Gets or set the color to use for the control's foreground and ink-effect. | |
|
|
|