AlternativeFamilyNames Property (BeforeAlternativeFontLookupArgs)
 
            
                In This Topic
            
            
            Specifies the family names of the alternative fonts to be used prior to the standard substitution mechanism.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property AlternativeFamilyNames As IEnumerable(Of String)
             
        
            
            public IEnumerable<string> AlternativeFamilyNames {get; set;}
             
        
            
            public read-write property AlternativeFamilyNames: IEnumerable; 
             
        
            
            public function get,set AlternativeFamilyNames : IEnumerable
             
        
            
            public: __property IEnumerable<string*>* get_AlternativeFamilyNames();
public: __property void set_AlternativeFamilyNames( 
   IEnumerable<string*>* value
);
             
        
            
            public:
property IEnumerable<String^>^ AlternativeFamilyNames {
   IEnumerable<String^>^ get();
   void set (    IEnumerable<String^>^ value);
}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also