ArcFM Responder Mobile Developer Guide
Font Property (ITextSymbolInfo)






Syntax
'Declaration
 
Property Font As IFontInfo
'Usage
 
Dim instance As ITextSymbolInfo
Dim value As IFontInfo
 
instance.Font = value
 
value = instance.Font
IFontInfo Font {get; set;}
read-write property Font: IFontInfo; 
function get,set Font : IFontInfo
__property IFontInfo* get_Font();
__property void set_Font( 
   IFontInfo* value
);
property IFontInfo^ Font {
   IFontInfo^ get();
   void set (    IFontInfo^ 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

ITextSymbolInfo Interface
ITextSymbolInfo Members

Send Feedback