!--a11y-->
PatternTab 
● enabled
specifies whether the Tab is enabled.
● textDirection
With this property you can specify the text direction. This enables the labels for the PatternTab to be read in other languages that require a specific text direction. The textDirection property can take the following values and is represented by enumeration type WDTextDirection.
The text direction is inherited from the parent element. Therefore, the text direction is identical to the one of the parent element. |
|
The default value is inherit.
● title
specifies the text of the PatternTab.
● tooltip
This property describes a note for the UI element that is displayed when the user places the cursor on the UI element.
● visible
Specifies whether the Tab is displayed on the screen.
blank |
The UI element is not visible on the screen. This value has the same visibility effect for the UI element on the screen as the value none. |
none |
The UI element is not visible on the screen. |
visible |
The UI element is visible on the screen. |
Name |
Interface |
Type |
Initial Value |
Bindable |
Value Required |
enabled |
IWDPatternTab |
boolean |
true |
bindable |
No |
textDirection |
IWDPatternTab |
WDTextDirection |
inherit |
bindable |
No |
title |
IWDPatternTab |
String |
|
bindable |
No |
tooltip |
IWDPatternTab |
String |
|
bindable |
No |
visible |
IWDPatternTab |
WDVisibility |
visible |
bindable |
No |