FontSize 열거형

정의

주의

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 있는 사이트입니다.

public enum class FontSize
public enum FontSize
[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 FontSize
type FontSize = 
[<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 FontSize = 
Public Enum FontSize
상속
FontSize
특성

필드

Name Description
NotSet 0

기본값입니다. 값이면 NotSet글꼴의 크기는 컨트롤의 스타일에서 상속되거나 스타일이 정의되지 않은 경우 컨트롤의 부모 컨트롤에서 상속됩니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

Normal 1

기본 글꼴 크기입니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

Small 2

글꼴이 .보다 Normal작습니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

Large 3

글꼴이 Normal. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

설명

열거형은 FontSize 컨테이너의 System.Web.UI.WebControls.FontSize글꼴 크기를 나타내는 하위 집합입니다. 예를 들어 컨트롤 내부에 컨트롤의 Panel 글꼴 크기가 Normal으로 Panel 설정된 컨트롤이 있는 경우 List 컨트롤의 List 작은 글꼴 크기를 지정할 수 있습니다.

적용 대상

추가 정보