Intersoft ClientUI Documentation
TextAlignment Property
See Also  Send Feedback
Intersoft.Client.UI.Data Namespace > UXGridViewCssStyle Class : TextAlignment Property






Gets or sets the element horizontal alignment.

Syntax

Visual Basic (Declaration) 
Public Property TextAlignment As Nullable(Of TextAlignment)
Visual Basic (Usage)Copy Code
Dim instance As UXGridViewCssStyle
Dim value As Nullable(Of TextAlignment)
 
instance.TextAlignment = value
 
value = instance.TextAlignment
C# 
public Nullable<TextAlignment> TextAlignment {get; set;}
Delphi 
public read-write property TextAlignment: Nullable; 
JScript 
public function get,set TextAlignment : Nullable
Managed Extensions for C++ 
public: __property Nullable<TextAlignment> get_TextAlignment();
public: __property void set_TextAlignment( 
   Nullable<TextAlignment> value
);
C++/CLI 
public:
property Nullable<TextAlignment> TextAlignment {
   Nullable<TextAlignment> get();
   void set (    Nullable<TextAlignment> value);
}

Property Value

The element horizontal alignment.

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 All Rights Reserved.