TextRun._FontFamily Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the font family of the specified text.
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
Property Value
The font family of the specified text.
- Attributes