Skip to content
Merged
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
2 changes: 1 addition & 1 deletion docs/desktop-wpf/data/data-binding-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ A <xref:System.Windows.Data.BindingExpression> object is returned by calling <xr

In the [Creating a binding](#creating-a-binding) section, the button is red because its <xref:System.Windows.Controls.Control.Background%2A> property is bound to a string property with the value "Red". This string value works because a type converter is present on the <xref:System.Windows.Media.Brush> type to convert the string value to a <xref:System.Windows.Media.Brush>.

Adding this information to the figure the [Creating a Binding](#creating-a-binding) section looks like this.
Adding this information to the figure in the [Creating a Binding](#creating-a-binding) section looks like this.

![Diagram that shows the data binding Default property.](./media/data-binding-overview/data-binding-button-default-conversion.png)

Expand Down