BaseScreen Properties
Last updated
Was this helpful?
Last updated
Was this helpful?
Specifies whether a of an element of this screen will scroll to the element using the Scroller or not.
Syntax: public bool CanScrollToFindElement { get; set; }
Global default value for the CanScrollToFindElement property, in the case that nothing else is configured.
Syntax: public static bool DefaultCanScrollToFindElement { get; set; } = false;
Overrides and defaults to if not set.
Syntax: public
IImageFilter[]
Filters { get; set; }
A Select Filter containing the whole screen. It is recommended to use this as filter for contained elements. Defaults to 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; }
Syntax: public
IScroller
Scroller { get; protected set; }
The scroller that will be used to scroll on this screen. By default is used to set the scroller. This Scroller is used by the method of the screen.