StyleSheet.Font 속성

정의

컨트롤의 글꼴 정보가 포함된 FontInfo 개체를 반환합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

public:
 virtual property System::Web::UI::MobileControls::FontInfo ^ Font { System::Web::UI::MobileControls::FontInfo ^ get(); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public override System.Web.UI.MobileControls.FontInfo Font { get; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.Font : System.Web.UI.MobileControls.FontInfo
Public Overrides ReadOnly Property Font As FontInfo

속성 값

컨트롤에 대한 글꼴 정보가 포함된 FontInfo입니다.

특성

예외

런타임에 Font 속성에 액세스한 경우

적용 대상

추가 정보