Intersoft WebGrid Documentation
VerticalAlign Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > ChartMarkerStyle Class : VerticalAlign Property






Gets or sets the vertical alignment of the data point markers

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("Alignment")>
<DescriptionAttribute("Controls the vertical alignment of the data point markers")>
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
Public Property VerticalAlign As VerticalAlign
Visual Basic (Usage)Copy Code
Dim instance As ChartMarkerStyle
Dim value As VerticalAlign
 
instance.VerticalAlign = value
 
value = instance.VerticalAlign
C# 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Alignment")]
[DescriptionAttribute("Controls the vertical alignment of the data point markers")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public VerticalAlign VerticalAlign {get; set;}
Delphi 
public read-write property VerticalAlign: VerticalAlign; 
JScript 
NotifyParentPropertyAttribute()
CategoryAttribute("Alignment")
DescriptionAttribute("Controls the vertical alignment of the data point markers")
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
public function get,set VerticalAlign : VerticalAlign
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Alignment")]
[DescriptionAttribute("Controls the vertical alignment of the data point markers")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public: __property VerticalAlign get_VerticalAlign();
public: __property void set_VerticalAlign( 
   VerticalAlign value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Alignment")]
[DescriptionAttribute("Controls the vertical alignment of the data point markers")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public:
property VerticalAlign VerticalAlign {
   VerticalAlign get();
   void set (    VerticalAlign 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.