Wrapping 열거형

정의

주의

The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.

렌더링된 텍스트를 줄 바꿈하는 방법을 지정합니다. 이 클래스는 상속될 수 없습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

public enum class Wrapping
public enum Wrapping
[System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")]
public enum Wrapping
type Wrapping = 
[<System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")>]
type Wrapping = 
Public Enum Wrapping
상속
Wrapping
특성

필드

NotSet 0

기본값. 값이 NotSet이면 컨트롤 줄 바꿈 여부는 컨트롤의 스타일에서 상속되고, 컨트롤의 스타일이 정의되어 있지 않으면 부모 컨트롤에서 상속됩니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

NoWrap 2

텍스트가 줄 바꿈되지 않습니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

Wrap 1

화면 또는 컨테이너의 여백에서 텍스트가 줄 바꿈됩니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

설명

다양 한 줄 바꿈 모드는 특정 디바이스에만 지원 됩니다. 세부 정보에 대 한 스타일의 디바이스별 렌더링에 대 한 정보를 참조 하세요.

적용 대상

추가 정보