WebPartZoneBase.BorderStyle Property

Note: This property is new in the .NET Framework version 2.0.

Gets or sets the kind of border that surrounds a WebPartZoneBase control.

Namespace: System.Web.UI.WebControls.WebParts
Assembly: System.Web (in system.web.dll)

public:
virtual property BorderStyle BorderStyle {
	BorderStyle get () override;
	void set (BorderStyle value) override;
}
/** @property */
public BorderStyle get_BorderStyle ()

/** @property */
public void set_BorderStyle (BorderStyle value)

public override function get BorderStyle () : BorderStyle

public override function set BorderStyle (value : BorderStyle)

Property Value

A BorderStyle object that contains the kind of border. The default is Solid.

The base BorderStyle property is overridden by the WebPartZoneBase class to set the default border style for zones.

You can set the BorderStyle property for a WebPartZoneBase control either declaratively or programmatically. The border appears only when the zone is in a page display mode in which WebPartZoneBase class user interface (UI) features are visible, such as EditDisplayMode or DesignDisplayMode.

The following code example demonstrates the declarative use of the BorderStyle property on a WebPartZone control. For the full code example, including the code-behind source file and the .aspx page that contains the zone in this code, see the WebPartZoneBase class overview.

Notice that the BorderStyle attribute is set to a specific kind of border. After you load the page into a browser and switch the page into design display mode, you can see the effect of the property.

No code example is currently available or this language may not be supported.

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

.NET Framework

Supported in: 2.0

Community Additions

ADD
Show: