StyleSheet.Font 속성

정의

컨트롤에 FontInfo 대한 글꼴 정보가 들어 있는 개체를 반환합니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

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 타임에 속성에 액세스했습니다.

적용 대상

추가 정보