Intersoft ClientUI Documentation
TextVerticalAlignment Property
See Also  Send Feedback
Intersoft.Client.UI.Controls.Interactivity Namespace > DragDropTooltip Class : TextVerticalAlignment Property






Gets or sets the vertical alignment characteristics applied to the text element.

Syntax

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