GdPicture.NET.14.API
GdPicture14 Namespace / AfterSubstitutedFontArgs Class / FamilyName Property





In This Topic
FamilyName Property (AfterSubstitutedFontArgs)
In This Topic
Specifies the family name of the substituted font.
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