Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions MAUI/Themes/Keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -491,40 +491,40 @@ This page lists the keys associated with each control and the respective UI elem
<td> Stroke thickness for the stop responding view.<br/><br/></td>
</tr>
<tr>
<td> SfAIAssistViewSelectionTextHighLightColor<br/><br/></td>
<td> Color to highlight the selected text. <br/><br/></td>
<td> SfAIAssistViewSelectionTextHighLightColor<br/><br/></td>
<td> Color to highlight the selected text. <br/><br/></td>
</tr>
<tr>
<td> SfAIAssistViewHeaderSuggestionBackground<br/><br/></td>
<td> Background color of the common suggestions view.<br/><br/></td>
<td> SfAIAssistViewHeaderSuggestionBackground<br/><br/></td>
<td> Background color of the common suggestions view.<br/><br/></td>
</tr>
<tr>
<td> SfAIAssistViewHeaderSuggestionItemStroke<br/><br/></td>
<td> Stroke color for the common suggestion item.<br/><br/></td>
<td> SfAIAssistViewHeaderSuggestionItemStroke<br/><br/></td>
<td> Stroke color for the common suggestion item.<br/><br/></td>
</tr>
<tr>
<td> SfAIAssistViewHeaderSuggestionItemStrokeThickness<br/><br/></td>
<td> Stroke thickness for the common suggestion item.<br/><br/></td>
<td> SfAIAssistViewHeaderSuggestionItemStrokeThickness<br/><br/></td>
<td> Stroke thickness for the common suggestion item.<br/><br/></td>
</tr>
<tr>
<td> SfAIAssistViewHeaderSuggestionItemBackground<br/><br/></td>
<td> Background color of an item in the common suggestions.<br/><br/></td>
<td> SfAIAssistViewHeaderSuggestionItemBackground<br/><br/></td>
<td> Background color of an item in the common suggestions.<br/><br/></td>
</tr>
<tr>
<td> SfAIAssistViewHeaderSuggestionItemTextColor<br/><br/></td>
<td> Text color of an item in the common suggestions.<br/><br/></td>
<td> SfAIAssistViewHeaderSuggestionItemTextColor<br/><br/></td>
<td> Text color of an item in the common suggestions.<br/><br/></td>
</tr>
<tr>
<td> SfAIAssistViewHeaderSuggestionItemFontSize<br/><br/></td>
<td> Font size of an item in the common suggestions.<br/><br/></td>
<td> SfAIAssistViewHeaderSuggestionItemFontSize<br/><br/></td>
<td> Font size of an item in the common suggestions.<br/><br/></td>
</tr>
<tr>
<td> SfAIAssistViewHeaderSuggestionItemFontFamily<br/><br/></td>
<td> Font family of an item in the common suggestions.<br/><br/></td>
<td> SfAIAssistViewHeaderSuggestionItemFontFamily<br/><br/></td>
<td> Font family of an item in the common suggestions.<br/><br/></td>
</tr>
<tr>
<td> SfAIAssistViewHeaderSuggestionItemFontAttribute<br/><br/></td>
<td> Font attributes of an item in the common suggestions.<br/><br/></td>
<td> SfAIAssistViewHeaderSuggestionItemFontAttribute<br/><br/></td>
<td> Font attributes of an item in the common suggestions.<br/><br/></td>
</tr>
</table>

Expand Down