Style::Wrapping Property
.NET Framework (current version)
Gets or sets the specified wrapping mode for the style. The default value is NotSet. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
public: [BindableAttribute(true)] property Wrapping Wrapping { Wrapping get(); void set(Wrapping value); }
Property Value
Type: System.Web.UI.MobileControls::WrappingAn enumerated value that specifies the wrapping mode for the style.
The following table contains the definitions of the Wrapping enumerations.
Enumeration | Value | Description |
|---|---|---|
0 | No size is set for the specified object. This is the default value. | |
1 | Wrap to the next line. | |
2 | The text is not wrapped to the next line. |
.NET Framework
Available since 1.1
Available since 1.1
Style Class
System.Web.UI.MobileControls Namespace
Introduction to the StyleSheet Control
Show: