Style::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)

public:
[BindableAttribute(true)]
property Wrapping Wrapping {
	Wrapping get();
	void set(Wrapping value);
}

Property Value

Type: System.Web.UI.MobileControls::Wrapping

An enumerated value that specifies the wrapping mode for the style.

The following table contains the definitions of the Wrapping enumerations.

Enumeration

Value

Description

Wrapping::NotSet

0

No size is set for the specified object. This is the default value.

Wrapping::Wrap

1

Wrap to the next line.

Wrapping::NoWrap

2

The text is not wrapped to the next line.

.NET Framework
Available since 1.1

Style Class
System.Web.UI.MobileControls Namespace
Introduction to the StyleSheet Control

Return to top
Show: