WebPaneSettings Properties
| AllowResize | Description Determines whether panes are resizable. ValueType AllowResize Default Value Yes |
| CaptionDisplayMode | Description Gets or sets the mode of the caption display. ValueType DisplayMode Default Value Text |
| HeaderVisible | Description Gets or sets whether the header part should be rendered. ValueType Visibility Default Value Yes |
| HeaderAppearance | Description Gets or sets the default predefined style applied to Header part. ValueType HeaderAppearanceMode Default Value UseMainStyle |
| ImageAlignment | Description Gets or sets the alignment of the image. The image alignment is relative to the caption text. ValueType DisplayAlignment Default Value Left |
| TextAlignment | Description Gets or sets the alignment of the text. ValueType TextAlignment Default Value Left |
| InfoTextAlignment | Description Gets or sets the alignment of the InfoText relative its placeholder. ValueType TextAlignment Default Value Right |
| InfoTextPosition | Description Gets or sets the position of the InfoText part. ValueType InfoTextPosition Default Value BesideCaption |
| ContentMode | Description Gets or sets the content mode of the WebPaneManager control. ValueType ContentMode Default Value UseInlineContent |
| IFrameAllowTransparency | Description Specifies whether the IFRAME should allow transparency. This property is applicable when ContentMode is set to UseIFrame. ValueType Boolean Default Value True |
| IFrameShowLoader | Description Specifies whether to show loader text when the active IFrame is in loading progress. This property only applicable when ContentMode is set to UseIFrame. ValueType Boolean Default Value True |
| PaneSpacing | Description Specifies the spacing between each Pane in pixel. ValueType Integer Default Value 4 |
| ScrollBarStyle | Description Gets or sets the scrollbar style for WebPane. ValueType WebScrollBarStyle Default Value |
| AllowCollapse | Description Indicates whether users are allowed to collapsed Panes through splitter. ValueType AllowCollapse Default Value No |