Page On Show Bölümüne
Buradaki 150 rakamı hızı belirler...
Page On Timer Bölümüne
Kod:
title = "......yazı buraya.....";
Page.StartTimer(150);
Page On Timer Bölümüne
Kod:
myChar = String.Left(title, 1);
title = String.Right(title, (String.Length(title)-1));
title = title..myChar;
titleText = String.Left(title, 85);
Paragraph.SetText("Paragraph1", titleText);