ArcFM Responder Mobile Developer Guide
Font Property (AppearanceSettings)






Syntax
'Declaration
 
Public Property Font As FontSettings
'Usage
 
Dim instance As AppearanceSettings
Dim value As FontSettings
 
instance.Font = value
 
value = instance.Font
public FontSettings Font {get; set;}
public read-write property Font: FontSettings; 
public function get,set Font : FontSettings
public: __property FontSettings* get_Font();
public: __property void set_Font( 
   FontSettings* value
);
public:
property FontSettings^ Font {
   FontSettings^ get();
   void set (    FontSettings^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AppearanceSettings Class
AppearanceSettings Members

Send Feedback