Intersoft ClientUI Documentation
TextHorizontalAlignment Property



Gets or sets the horizontal alignment characteristics applied to the text element.
Syntax
<CategoryAttribute("Layout Settings")>
Public Property TextHorizontalAlignment As HorizontalAlignment
Dim instance As DragDropTooltip
Dim value As HorizontalAlignment
 
instance.TextHorizontalAlignment = value
 
value = instance.TextHorizontalAlignment
[CategoryAttribute("Layout Settings")]
public HorizontalAlignment TextHorizontalAlignment {get; set;}
[CategoryAttribute("Layout Settings")]
public:
property HorizontalAlignment TextHorizontalAlignment {
   HorizontalAlignment get();
   void set (    HorizontalAlignment value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DragDropTooltip Class
DragDropTooltip Members

Send Feedback