In the attached test program the TextSize is changed.
You need to test if the view is a Label and if yes you can change the TextSize. Testing if the view is a Label includes Labels, EditTexts, Buttons etc.
GetView(i).TextSize won't work becaus not all Views support the TextSize property.