Skip to content

Commit 3eda5ed

Browse files
Applied editor corrections
1 parent 6c3508e commit 3eda5ed

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

controls/rotator/getting-started/how-to-configure-size-of-rotator-with-buttons.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,18 +72,18 @@ You can find the list of the button sizes for the different skins in **Classic**
7272
>caption **List 1**: RadRotator button sizes for all the skins with "Lightweight" render mode.
7373
* **Bootstrap** - 34px
7474
* **Material** - 38px
75-
* The rest skins - 30px
76-
<Comment: "The rest skins" is a fragment and I am not sure what it refers to. Do you mean The rest of the skins?>
75+
* The rest of the skins - 30px
76+
7777
>caption **List 2**: RadRotator button sizes for all the skins with "Classic" render mode.
7878
* **Glow**, **Silk**, **MetroTouch**, **BlackMetroTouch** - 28px
7979
* **Bootstrap** - 34px
80-
* The rest skins - 20px
81-
<Comment: Same as previous comment.>
80+
* The rest of the skins - 20px
81+
8282
## Example (RadRotatorSizeConfigurator Class Implementation)
8383

8484
In the example below you can see a helper class (i.e., RadRotatorSizeConfigurator) that automatically calculates and sets the rotator's width based on the desired number of items, the set skin and render mode. The class accepts three parameters: the instance of the rotator, the number of the visible items in the view port and the skin (optional).
85-
<Comment: You had an example 1 earlier in the article. Should this be example 2?>
86-
>caption **Example 1**: Configure rotator with buttons that has 4 items (100px x 100px) per view. The method that calculates the actual width is shown in **Example 2**.
85+
86+
>caption **Example 2**: Configure rotator with buttons that has 4 items (100px x 100px) per view. The method that calculates the actual width is shown in **Example 3**.
8787

8888
````CSS
8989
<style type="text/css">
@@ -123,7 +123,7 @@ Protected Sub Page_Load(sender As Object, e As EventArgs)
123123
End Sub
124124
````
125125

126-
>caption **Example 2**: The implementation of the RadRotatorSizeConfigurator class that determines and sets the actual size of the rotator for the particular skin.
126+
>caption **Example 3**: The implementation of the RadRotatorSizeConfigurator class that determines and sets the actual size of the rotator for the particular skin.
127127
128128
````C#
129129
public static class RadRotatorSizeConfigurator

0 commit comments

Comments
 (0)