Links

BaseScreen Properties

Filters

Overrides OnScreenElement.Filters and defaults to AppBasics.Window if not set.
Syntax: public IImageFilter[] Filters { get; set; }

ScreenSelect

A Select Filter containing the whole screen. It is recommended to use this as Filter for contained Elements. Defaults to AppBasics.Window if not set. When setting this property, only the dimension of the ScreenSelect are changed, but the object reference remains the same.
Syntax: public virtual Select ScreenSelect { get; protected set; }

Scroller

The scroller that will be used to scroll on this screen. By default AppBasics.GetScroller is used to set the scroller. This Scroller is used by the ScrollToElement method of the screen.
Syntax: public IScroller Scroller { get; protected set; }