The properties of System.Web.UI.WebControls.Panel are listed below. For a list of all members, see the Panel Members list.
See Also: Inherited members from System.Web.UI.WebControls.WebControl
BackImageUrl | string.
Gets or sets the URL of the background image for the panel control. | |
DefaultButton | string.
Gets or sets the identifier for the default button that is contained in the System.Web.UI.WebControls.Panel control. | |
Direction | ContentDirection.
Gets or sets the direction in which to display controls that include text in a System.Web.UI.WebControls.Panel control. | |
GroupingText | string.
Gets or sets the caption for the group of controls that is contained in the panel control. | |
HorizontalAlign | HorizontalAlign.
Gets or sets the horizontal alignment of the contents within the panel. | |
ScrollBars | ScrollBars.
Gets or sets the visibility and position of scroll bars in a System.Web.UI.WebControls.Panel control. | |
Wrap | bool.
Gets or sets a value indicating whether the content wraps within the panel. |