!--a11y-->
PatternContentArea 
A PatternContentArea consists of either a ToolBar or a UI element, such as. a Container. If you insert a ToolBar and another UI element, the ToolBar will be ignored.
· border
specifies whether the PatternContentArea is displayed with a border.
· design
The design property can take the following values and is represented by enumeration type WDPatternContainerDesign.
fill |
filled background color |
plain |
light background color |
transparent |
no background color |
The default value is plain.
· hasContentPadding
defines whether there is content padding.
· horizontalScrollingMode
The horizontalScrollingMode property can take the following values and is represented by enumeration type WDUnidirectionalScrollingMode:
auto |
automatic scrolling. |
none |
no scrolling. |
show |
horizontal and vertical scrolling. |
· visible
This property specifies the visibility of the UI element. The default value for this property is visible.
Name |
Interface |
Type |
Initial Value |
Bindable |
Value Required |
border |
IWDPatternContentArea |
boolean |
false |
bindable |
No |
design |
IWDPatternContentArea |
WDPatternContainerDesign |
plain |
bindable |
No |
hasContentPadding |
IWDPatternContentArea |
boolean |
true |
bindable |
No |
horizontalScrollingMode |
IWDPatternContentArea |
WDUnidirectionalScrollingMode |
none |
bindable |
No |
visible |
IWDPatternContentArea |
WDVisibility |
visible |
bindable |
No |