Skip to content

Commit 52e4d2e

Browse files
master
1 parent dcdc1f2 commit 52e4d2e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ public class ChartViewModel
111111

112112
Create a `ViewModel` instance and set it as the chart's `BindingContext`. This enables property binding from `ViewModel` class.
113113

114-
N> Add the namespace of `ViewModel` class to your XAML Page, if you prefer to set `BindingContext` in XAML.
114+
> **_Note:_**
115+
Add the namespace of `ViewModel` class to your XAML Page, if you prefer to set `BindingContext` in XAML.
115116

116117
**[XAML]**
117118
```

0 commit comments

Comments
 (0)