SpreadsheetGear.Windows.Forms Namespace > WorkbookExplorer Class : Font Property |
'Declaration
<SRCategoryAttribute("Appearance")> <System.ComponentModel.LocalizableAttribute(True)> <System.Runtime.InteropServices.DispIdAttribute(-512)> <System.ComponentModel.AmbientValueAttribute()> <SRDescriptionAttribute("The font used to display text in the control.")> Public Overridable Property Font As System.Drawing.Font
'Usage
Dim instance As WorkbookExplorer Dim value As System.Drawing.Font instance.Font = value value = instance.Font
[SRCategory("Appearance")] [System.ComponentModel.Localizable(true)] [System.Runtime.InteropServices.DispId(-512)] [System.ComponentModel.AmbientValue()] [SRDescription("The font used to display text in the control.")] public virtual System.Drawing.Font Font {get; set;}
public read-write property Font: System.Drawing.Font; virtual;
SRCategoryAttribute("Appearance") System.ComponentModel.LocalizableAttribute() System.Runtime.InteropServices.DispIdAttribute(-512) System.ComponentModel.AmbientValueAttribute() SRDescriptionAttribute("The font used to display text in the control.") public function get,set Font : System.Drawing.Font
[SRCategory("Appearance")] [System.ComponentModel.Localizable(true)] [System.Runtime.InteropServices.DispId(-512)] [System.ComponentModel.AmbientValue()] [SRDescription("The font used to display text in the control.")] public: __property virtual System.Drawing.Font* get_Font(); public: __property virtual void set_Font( System.Drawing.Font* value );
[SRCategory("Appearance")] [System.ComponentModel.Localizable(true)] [System.Runtime.InteropServices.DispId(-512)] [System.ComponentModel.AmbientValue()] [SRDescription("The font used to display text in the control.")] public: virtual property System.Drawing.Font^ Font { System.Drawing.Font^ get(); void set ( System.Drawing.Font^ value); }
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