FontFamily Property
Summary
Gets or sets the font family.
Syntax
public FontFamily FontFamily { get; set; }
Public Property FontFamily As FontFamily
public:
property FontFamily^ FontFamily {
FontFamily^ get();
void set ( FontFamily^ );
}
Property Value
The System.Windows.Media.FontFamily of the D2DFont object.