System.Web.UI.WebControls.PanelStyle Members

The members of System.Web.UI.WebControls.PanelStyle are listed below.

See Also: Inherited members from System.Web.UI.WebControls.Style

Public Constructors

Public Properties

BackImageUrlstring.

Gets or sets the URL of the background image for the panel control.

DirectionContentDirection.

Gets or sets the direction in which to display controls that include text in a panel control.

HorizontalAlignHorizontalAlign.

Gets or sets the horizontal alignment of the contents within a panel control.

ScrollBarsScrollBars.

Gets or sets the visibility and position of scroll bars in a panel control.

Wrapbool.

Gets or sets a value indicating whether the content wraps within the panel.

Public Methods

override
CopyFrom(Style)

Duplicates the style properties of the specified System.Web.UI.WebControls.Style object for the current instance of the System.Web.UI.WebControls.PanelStyle class.

override
MergeWith(Style)

Combines the style settings of the specified System.Web.UI.WebControls.Style object with the current instance of the System.Web.UI.WebControls.PanelStyle class.

override
Reset()

Removes any defined style settings from the System.Web.UI.WebControls.PanelStyle class.