Intersoft ClientUI Documentation
HeaderHorizontalAlignment Property (UXFileUpload)



Gets or sets the horizontal alignment of the control's header content.
Syntax
<CategoryAttribute("Layout")>
Public Property HeaderHorizontalAlignment As HorizontalAlignment
Dim instance As UXFileUpload
Dim value As HorizontalAlignment
 
instance.HeaderHorizontalAlignment = value
 
value = instance.HeaderHorizontalAlignment
[CategoryAttribute("Layout")]
public HorizontalAlignment HeaderHorizontalAlignment {get; set;}
[CategoryAttribute("Layout")]
public:
property HorizontalAlignment HeaderHorizontalAlignment {
   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

UXFileUpload Class
UXFileUpload Members

Send Feedback