Intersoft WebScheduler Documentation
Font Property
See Also  Send Feedback
ISNet.WebUI.WebScheduler Namespace > WebScheduler Class : Font Property






Glossary Item Box

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.CategoryAttribute("Frame Appearance")>
<System.ComponentModel.BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
<ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.Layout)>
Public Overridable ReadOnly Property Font As System.Web.UI.WebControls.FontInfo
Visual Basic (Usage)Copy Code
Dim instance As WebScheduler
Dim value As System.Web.UI.WebControls.FontInfo
 
value = instance.Font
C# 
[System.ComponentModel.CategoryAttribute("Frame Appearance")]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.Layout)]
public virtual System.Web.UI.WebControls.FontInfo Font {get;}
Delphi 
public read-only property Font: System.Web.UI.WebControls.FontInfo; virtual; 
JScript 
System.ComponentModel.CategoryAttribute("Frame Appearance")
System.ComponentModel.BindableAttribute(Bindable=, Direction=BindingDirection.OneWay)
ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.Layout)
public function get Font : System.Web.UI.WebControls.FontInfo
Managed Extensions for C++ 
[System.ComponentModel.CategoryAttribute("Frame Appearance")]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.Layout)]
public: __property virtual System.Web.UI.WebControls.FontInfo* get_Font();
C++/CLI 
[System.ComponentModel.CategoryAttribute("Frame Appearance")]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.Layout)]
public:
virtual property System.Web.UI.WebControls.FontInfo^ Font {
   System.Web.UI.WebControls.FontInfo^ get();
}

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

©2013 Intersoft Solutions Corp. All Rights Reserved.