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






Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("Position")>
<DescriptionAttribute("Controls the orientation of the texts in degress.")>
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property Orientation As Single
Visual Basic (Usage)Copy Code
Dim instance As ChartTextStyle
Dim value As Single
 
instance.Orientation = value
 
value = instance.Orientation
C# 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Position")]
[DescriptionAttribute("Controls the orientation of the texts in degress.")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public float Orientation {get; set;}
Delphi 
public read-write property Orientation: Single; 
JScript 
NotifyParentPropertyAttribute()
CategoryAttribute("Position")
DescriptionAttribute("Controls the orientation of the texts in degress.")
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
public function get,set Orientation : float
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Position")]
[DescriptionAttribute("Controls the orientation of the texts in degress.")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property float get_Orientation();
public: __property void set_Orientation( 
   float value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Position")]
[DescriptionAttribute("Controls the orientation of the texts in degress.")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property float Orientation {
   float get();
   void set (    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.