Intersoft ClientUI Documentation
VerticalHeaderAlignment Property
See Also  Send Feedback
Intersoft.Client.UI.Controls Namespace > FieldLabel Class : VerticalHeaderAlignment Property






Gets or sets the vertical alignment for the header element.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Layout")>
Public Property VerticalHeaderAlignment As VerticalAlignment
Visual Basic (Usage)Copy Code
Dim instance As FieldLabel
Dim value As VerticalAlignment
 
instance.VerticalHeaderAlignment = value
 
value = instance.VerticalHeaderAlignment
C# 
[CategoryAttribute("Layout")]
public VerticalAlignment VerticalHeaderAlignment {get; set;}
Delphi 
public read-write property VerticalHeaderAlignment: VerticalAlignment; 
JScript 
CategoryAttribute("Layout")
public function get,set VerticalHeaderAlignment : VerticalAlignment
Managed Extensions for C++ 
[CategoryAttribute("Layout")]
public: __property VerticalAlignment get_VerticalHeaderAlignment();
public: __property void set_VerticalHeaderAlignment( 
   VerticalAlignment value
);
C++/CLI 
[CategoryAttribute("Layout")]
public:
property VerticalAlignment VerticalHeaderAlignment {
   VerticalAlignment get();
   void set (    VerticalAlignment 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 All Rights Reserved.