GdPicture.NET.14
GdPicture14.WPF Namespace / BookmarksTree Class / FontFamily Property





In This Topic
FontFamily Property
In This Topic
Syntax
'Declaration
 
Public Shadows Property FontFamily As FontFamily
public new FontFamily FontFamily {get; set;}
public read-write property FontFamily: FontFamily; 
public hide function get,set FontFamily : FontFamily
public: __property new FontFamily* get_FontFamily();
public: __property new void set_FontFamily( 
   FontFamily* value
);
public:
new property FontFamily^ FontFamily {
   FontFamily^ get();
   void set (    FontFamily^ value);
}
See Also