You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -16,13 +16,13 @@ Then we can use `:` to access the members of the namespace.
16
16
</Application>
17
17
```
18
18
19
-
## Default xml namespace
19
+
## Spreading Namespace
20
20
21
-
The default namespace is imported without name, which mean its members are imported globally in this AXAML file, we can access them without any prefix.
21
+
The default namespace is imported without name, which mean its members are imported globally in this AXAML file, can be accessed them without any prefix.
22
22
Generally the default is avalonia namespace which contains built-in components like `Button`, `TextBlock`.
0 commit comments