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



Gets or sets the horizontal alignment of the Cancel button.

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<DartDescriptionAttribute("Alignment of the Cancel Button within the ProgressPanel.")>
Public Property ButtonAlign As ButtonAlign
Visual Basic (Usage)Copy Code
Dim instance As CancelButtonStyle
Dim value As ButtonAlign
 
instance.ButtonAlign = value
 
value = instance.ButtonAlign
C# 
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DartDescriptionAttribute("Alignment of the Cancel Button within the ProgressPanel.")]
public ButtonAlign ButtonAlign {get; set;}
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DartDescriptionAttribute("Alignment of the Cancel Button within the ProgressPanel.")]
public:
property ButtonAlign ButtonAlign {
   ButtonAlign get();
   void set (    ButtonAlign value);
}

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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