Beispiel #1
0
 public SigMarquee()
 {
     Name           = "marquee";
     Message        = @"Updating!";
     Speed          = 1.0;
     Rotate         = 0.0;
     Interval       = TimeSpan.FromSeconds(8);
     Dir            = FlowDirection.RightToLeft;
     Font           = new SigFont();
     Effect         = MarqueeEffect.EvenPace;
     IsLocal        = true;
     RemoteUrl      = @"http://feeds.finance.yahoo.com/rss/2.0/category-stocks?region=US&lang=en-US";
     IsVerticalFlow = false;
 }
Beispiel #2
0
 public SigMarquee()
 {
     Name = "marquee";
     Message = @"Updating!";
     Speed = 1.0;
     Rotate = 0.0;
     Interval = TimeSpan.FromSeconds(8);
     Dir = FlowDirection.RightToLeft;
     Font = new SigFont();
     Effect = MarqueeEffect.EvenPace;
     IsLocal = true;
     RemoteUrl = @"http://feeds.finance.yahoo.com/rss/2.0/category-stocks?region=US&lang=en-US";
     IsVerticalFlow = false;
 }