WebZone::EmptyZoneTextStyle Property

 

Gets the style attributes for the placeholder text in an empty zone.

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

public:
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
property Style^ EmptyZoneTextStyle {
	Style^ get();
}

Property Value

Type: System.Web.UI.WebControls::Style^

A Style that contains style attributes for the text assigned to a zone's EmptyZoneText property.

The value of this property, when set, can be saved automatically to a resource file by using a designer tool. For more information, see LocalizableAttribute and ASP.NET Globalization and Localization.

.NET Framework
Available since 2.0
Return to top
Show: