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






Gets or sets the horizontal alignment style in the control.

Syntax

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