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






Syntax

Visual Basic (Declaration) 
<CategoryAttribute("General")>
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("The alignment of the title relative to the axis ruler. ")>
Public Property RulerAlignment As HorizontalAlign
Visual Basic (Usage)Copy Code
Dim instance As ChartScaleTitleStyle
Dim value As HorizontalAlign
 
instance.RulerAlignment = value
 
value = instance.RulerAlignment
C# 
[CategoryAttribute("General")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("The alignment of the title relative to the axis ruler. ")]
public HorizontalAlign RulerAlignment {get; set;}
Delphi 
public read-write property RulerAlignment: HorizontalAlign; 
JScript 
CategoryAttribute("General")
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
DescriptionAttribute("The alignment of the title relative to the axis ruler. ")
public function get,set RulerAlignment : HorizontalAlign
Managed Extensions for C++ 
[CategoryAttribute("General")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("The alignment of the title relative to the axis ruler. ")]
public: __property HorizontalAlign get_RulerAlignment();
public: __property void set_RulerAlignment( 
   HorizontalAlign value
);
C++/CLI 
[CategoryAttribute("General")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("The alignment of the title relative to the axis ruler. ")]
public:
property HorizontalAlign RulerAlignment {
   HorizontalAlign get();
   void set (    HorizontalAlign 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.