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
Copy file name to clipboardExpand all lines: upgrade/breaking-changes/9-0-0.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,4 +19,4 @@ Telerik UI for Blazor 9.0.0 targets .NET 8 and no longer supports .NET 6 and .NE
19
19
20
20
## Window
21
21
22
-
The `Centered` parameter is removed. To center the Window programmatically, [reset the `Top` and `Left` parameter values](slug:components/window/position#top-and-left).
22
+
The `Centered` parameter is removed. The Window is centered by default if the `Top` and `Left` parameters are equal to an empty string or if they are not set. To center the Window programmatically at any time, [reset the `Top` and `Left` parameter values](slug:components/window/position#top-and-left).
0 commit comments