Style.Wrapping Property

Definition

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 Mobile Apps & Sites with ASP.NET.

public:
 property System::Web::UI::MobileControls::Wrapping Wrapping { System::Web::UI::MobileControls::Wrapping get(); void set(System::Web::UI::MobileControls::Wrapping value); };
[System.ComponentModel.Bindable(true)]
public System.Web.UI.MobileControls.Wrapping Wrapping { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Wrapping : System.Web.UI.MobileControls.Wrapping with get, set
Public Property Wrapping As Wrapping

Property Value

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

Attributes

Remarks

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.

Applies to

See also