Skip to content

Commit 36c062b

Browse files
Update uielement_highcontrastadjustment.md
1 parent 8be0b0f commit 36c062b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

windows.ui.xaml/uielement_highcontrastadjustment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ When set to **Auto**, the framework automatically applies the following adjustme
2424
* An opaque rectangle is rendered immediately behind the text to enforce a high contrast ratio.
2525
* Non-zero values for [Opacity](uielement_opacity.md) are ignored. The element and its children will appear as if they had an opacity of 1.0.
2626

27-
For example, compare **Auto** (which is the default **Application** value) to **None**:
27+
For example, the following images show the difference between **Auto** (which is the default **Application** value) and **None**:
2828

29-
<img src="images/HighContrastAdjustment_auto.png" alt="Example buttons with HighContrastAdjustment auto" />
30-
<img src="images/HighContrastAdjustment_none.png" alt="Example buttons with HighContrastAdjustment none" />
29+
:::image type="content" source="images/HighContrastAdjustment_auto.png" alt-text="Example of buttons with HighContrastAdjustment set to auto.":::
30+
:::image type="content" source="images/HighContrastAdjustment_none.png" alt-text="Example of buttons with HighContrastAdjustment set to none.":::
3131

3232
It is possible to set HighContrastAdjustment = None on a UIElement and then have HighContrastAdjustment = Auto on one of its descendants. However, the framework does not guarantee that the descendent will be fully opaque if an opacity is applied on any of its ancestors.
3333

0 commit comments

Comments
 (0)