PowerWEB File Upload for ASP.NET
TextAlign Property
See Also  Send comments on this topic.
Dart.FileUpload Namespace > StatusStyle Class : TextAlign Property



Gets or sets the horizontal alignment of the status text.

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
Public Property TextAlign As HorizontalAlign
Visual Basic (Usage)Copy Code
Dim instance As StatusStyle
Dim value As HorizontalAlign
 
instance.TextAlign = value
 
value = instance.TextAlign
C# 
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public HorizontalAlign TextAlign {get; set;}
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public:
property HorizontalAlign TextAlign {
   HorizontalAlign get();
   void set (    HorizontalAlign value);
}

Property Value

The default value is HorizontalAlign.NotSet.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.3
© 2012 Dart Communications. All Rights Reserved.