Page.FontFamily 속성
정의
지정된 글꼴 패밀리의 이름을 가져오거나 설정합니다.Gets or sets the name of the specified font family.
public:
property System::Windows::Media::FontFamily ^ FontFamily { System::Windows::Media::FontFamily ^ get(); void set(System::Windows::Media::FontFamily ^ value); };
[System.ComponentModel.Bindable(true)]
[System.Windows.Localizability(System.Windows.LocalizationCategory.Font, Modifiability=System.Windows.Modifiability.Unmodifiable)]
public System.Windows.Media.FontFamily FontFamily { get; set; }
member this.FontFamily : System.Windows.Media.FontFamily with get, set
Public Property FontFamily As FontFamily
속성 값
FontFamily의 내용에 대한 글꼴 패밀리인 Page입니다.A FontFamily that is the font family for the content of a Page. 기본값은 MessageFontFamily입니다.The default is MessageFontFamily.
- 특성
설명
종속성 속성 정보Dependency Property Information
식별자 필드Identifier field | FontFamilyProperty |
메타 데이터 속성 설정 true Metadata properties set to true |
AffectsMeasure, AffectsRender, InheritsAffectsMeasure, AffectsRender, Inherits |