Style.Wrapping Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.