TextRun._FontFamily 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取指定文本的字体系列。
public:
property System::String ^ _FontFamily { System::String ^ get(); };
[System.Xml.Serialization.XmlIgnore]
public string _FontFamily { get; }
[<System.Xml.Serialization.XmlIgnore>]
member this._FontFamily : string
Public ReadOnly Property _FontFamily As String
属性值
指定文本的字体系列。
- 属性