WebZone::PartTitleStyle Property

 

Gets style attributes for the title bar content for each Web Parts control contained by a zone.

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

public:
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
property TitleStyle^ PartTitleStyle {
	TitleStyle^ get();
}

Property Value

Type: System.Web.UI.WebControls.WebParts::TitleStyle^

A TitleStyle that contains style attributes for the title bar content for each Web Parts control in the zone.

.NET Framework
Available since 2.0
Return to top
Show: