Skip to content

Commit 47aa52b

Browse files
authored
Merge pull request #639 from telerik/nade7o-patch-1
Correct wrong code snippet in layout-strategies.md
2 parents 67e1066 + 65bcff8 commit 47aa52b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

controls/treemap/layout-strategies.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ this.radTreeMap1.Algorithm = squarifiedAlgorithm;
3232

3333
````
3434
````VB.NET
35-
SquarifiedAlgorithm squarifiedAlgorithm = new SquarifiedAlgorithm();
36-
this.radTreeMap1.Algorithm = squarifiedAlgorithm;
35+
Dim squarifiedAlgorithm As SquarifiedAlgorithm = New SquarifiedAlgorithm()
36+
Me.radTreeMap1.Algorithm = squarifiedAlgorithm
3737

3838
````
3939

0 commit comments

Comments
 (0)