In This Topic

FamilyName Property (BeforeAlternativeFontLookupArgs)

In This Topic
Specifies the family name of the font to be substituted.
Syntax
'Declaration
 
Public ReadOnly Property FamilyName As String
public string FamilyName {get;}
public read-only property FamilyName: String; 
public function get FamilyName : String
public: __property string* get_FamilyName();
public:
property String^ FamilyName {
   String^ get();
}
See Also