MobileControl::Wrapping Property
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 { virtual Wrapping get(); virtual 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 enumeration.
Enumerations | Value | Description |
|---|---|---|
NotSet | 0 | No size is set for the specified object. This is the default value. |
Wrap | 1 | Wrap to the next line. |
NoWrap | 2 | The text is not wrapped to the next line. |
The following example demonstrates how to use the Wrapping property by setting the FirstFormWrapping property based on the capabilities of the browser. This code sample is part of a larger example for the EnsureTemplatedUI property.
Available since 1.1
MobileControl Class
System.Web.UI.MobileControls Namespace
Creating Custom Mobile Controls
Inside the ASP.NET Mobile Controls