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






Gets or sets the horizontal alignment style in the control.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<CategoryAttribute("Appearance")>
<ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.Layout)>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Specifies the vertical alignment of the text associated with the style.")>
Public Overridable Property VerticalAlign As ISNet.WebUI.VerticalAlign
Visual Basic (Usage)Copy Code
Dim instance As WebGridFormatStyle
Dim value As ISNet.WebUI.VerticalAlign
 
instance.VerticalAlign = value
 
value = instance.VerticalAlign
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Appearance")]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.Layout)]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Specifies the vertical alignment of the text associated with the style.")]
public virtual ISNet.WebUI.VerticalAlign VerticalAlign {get; set;}
Delphi 
public read-write property VerticalAlign: ISNet.WebUI.VerticalAlign; virtual; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
CategoryAttribute("Appearance")
ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.Layout)
DefaultValueAttribute()
NotifyParentPropertyAttribute()
DescriptionAttribute("Specifies the vertical alignment of the text associated with the style.")
public function get,set VerticalAlign : ISNet.WebUI.VerticalAlign
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Appearance")]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.Layout)]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Specifies the vertical alignment of the text associated with the style.")]
public: __property virtual ISNet.WebUI.VerticalAlign get_VerticalAlign();
public: __property virtual void set_VerticalAlign( 
   ISNet.WebUI.VerticalAlign value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Appearance")]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.Layout)]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Specifies the vertical alignment of the text associated with the style.")]
public:
virtual property ISNet.WebUI.VerticalAlign VerticalAlign {
   ISNet.WebUI.VerticalAlign get();
   void set (    ISNet.WebUI.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.