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






Syntax

Visual Basic (Declaration) 
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute("setTextStyle")>
<NotifyParentPropertyAttribute(True)>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<DescriptionAttribute("Gets or sets the TextStyle object applied to the scale value labels text")>
<CategoryAttribute("Texts")>
Public ReadOnly Property TextStyle As ChartTextStyle
Visual Basic (Usage)Copy Code
Dim instance As ChartScaleLabelStyle
Dim value As ChartTextStyle
 
value = instance.TextStyle
C# 
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute("setTextStyle")]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DescriptionAttribute("Gets or sets the TextStyle object applied to the scale value labels text")]
[CategoryAttribute("Texts")]
public ChartTextStyle TextStyle {get;}
Delphi 
public read-only property TextStyle: ChartTextStyle; 
JScript 
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute("setTextStyle")
NotifyParentPropertyAttribute()
PersistenceModeAttribute(PersistenceMode.InnerProperty)
DescriptionAttribute("Gets or sets the TextStyle object applied to the scale value labels text")
CategoryAttribute("Texts")
public function get TextStyle : ChartTextStyle
Managed Extensions for C++ 
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute("setTextStyle")]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DescriptionAttribute("Gets or sets the TextStyle object applied to the scale value labels text")]
[CategoryAttribute("Texts")]
public: __property ChartTextStyle* get_TextStyle();
C++/CLI 
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute("setTextStyle")]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DescriptionAttribute("Gets or sets the TextStyle object applied to the scale value labels text")]
[CategoryAttribute("Texts")]
public:
property ChartTextStyle^ TextStyle {
   ChartTextStyle^ get();
}

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.