Property | Description |
Back Button Text | Text to display on the Back button. If you do not set this property, the default is to display the Header Text property value of the previous view, which will be displayed if the user presses the Back button. |
Background Color | Background color of the view. |
Background Image | Image to display as the background for the view. |
Header Background Color | Background color of the header area of the view. |
Header Foreground Color | Foreground color of the header area of the view. |
Header Image | Image to display as the header of the view. |
Header Text | Text you want displayed in the header area of the view. Leave this property blank if you do not want text in the header. |
Hide Back Button | Whether you want the Back button in the view to be displayed or hidden. |
HScrollable | Whether you want to allow horizontal scrolling in the view. |
Inner Height | Usable height of the view in which you can insert child objects. |
Inner Width | Usable width of the view in which you can insert child objects. |
Inner X | Distance from the view’s left edge to where child elements are drawn. |
Inner Y | Distance from the view’s top edge to where child elements are drawn. |
Name | Name you assign the view. This name does not appear in the application’s user interface. |
Popup Dismiss Text | For the iOS platform, the text to use on a label that closes an open keyboard or drop-down list. |
VScrollable | Whether you want to allow vertical scrolling in the view. |