FontSize 열거형
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
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 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
- 상속
- 특성
필드
Large | 3 | 글꼴이 |
Normal | 1 | 기본 글꼴 크기입니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요. |
NotSet | 0 | 기본값. 값이 NotSet이면 컨트롤의 스타일에서 글꼴 크기가 상속되고, 스타일이 정의되어 있지 않으면 부모 컨트롤에서 상속됩니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요. |
Small | 2 | 글꼴이 |
설명
합니다 FontSize 열거형의 하위 집합인 System.Web.UI.WebControls.FontSize, 컨테이너의 글꼴 크기를 나타냅니다. 예를 들어 있는 경우는 List 컨트롤 내에서 Panel 컨트롤을 사용 하 여를 Panel 컨트롤의 글꼴 크기는 보통으로 설정에 대 한 작은 글꼴 크기를 지정할 수 있습니다를 List 컨트롤입니다.
적용 대상
추가 정보
.NET