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.
Namespace: System.Web.UI.MobileControls
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
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 FirstForm Wrapping property based on the capabilities of the browser. This code sample is part of a larger example for the EnsureTemplatedUI property.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.