Intersoft WebGrid Documentation
EmSize Property
See Also  Send Feedback
ISNet.WebUI.WebGrid.Chart Namespace > ChartFontStyle Class : EmSize Property






Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Font")>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<DescriptionAttribute("Controls the name of the text font.")>
Public Property EmSize As Nullable(Of Single)
Visual Basic (Usage)Copy Code
Dim instance As ChartFontStyle
Dim value As Nullable(Of Single)
 
instance.EmSize = value
 
value = instance.EmSize
C# 
[CategoryAttribute("Font")]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Controls the name of the text font.")]
public Nullable<float> EmSize {get; set;}
Delphi 
public read-write property EmSize: Nullable; 
JScript 
CategoryAttribute("Font")
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
DefaultValueAttribute()
DescriptionAttribute("Controls the name of the text font.")
public function get,set EmSize : Nullable
Managed Extensions for C++ 
[CategoryAttribute("Font")]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Controls the name of the text font.")]
public: __property Nullable<float> get_EmSize();
public: __property void set_EmSize( 
   Nullable<float> value
);
C++/CLI 
[CategoryAttribute("Font")]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Controls the name of the text font.")]
public:
property Nullable<float> EmSize {
   Nullable<float> get();
   void set (    Nullable<float> value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.