We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 67e1066 + 65bcff8 commit 47aa52bCopy full SHA for 47aa52b
controls/treemap/layout-strategies.md
@@ -32,8 +32,8 @@ this.radTreeMap1.Algorithm = squarifiedAlgorithm;
32
33
````
34
````VB.NET
35
-SquarifiedAlgorithm squarifiedAlgorithm = new SquarifiedAlgorithm();
36
-this.radTreeMap1.Algorithm = squarifiedAlgorithm;
+Dim squarifiedAlgorithm As SquarifiedAlgorithm = New SquarifiedAlgorithm()
+Me.radTreeMap1.Algorithm = squarifiedAlgorithm
37
38
39
0 commit comments