ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources]

G. andrew Duthie; matthew Macdonald

نسخه متنی -صفحه : 873/ 655
نمايش فراداده

Wrappingserializable

System.Web.UI.MobileControls (system.web.mobile.dll)enum

This enumeration is used to set the MobileControl.Wrapping property, which specifies if a control can span multiple lines. To find out if a mobile device supports non-wrappable lines, you can check the System.Web.Mobile.MobileCapabilities.SupportsDivNoWrap. property.

public enum 

Wrapping {

NotSet = 0 ,

Wrap = 1 ,

NoWrap = 2 }

Hierarchy

System.Object System.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) Wrapping

Returned By

MobileControl.Wrapping, Style.Wrapping

Passed To

MobileControl.Wrapping, Style.Wrapping