Intersoft ClientUI Documentation
SpinnerAlignment Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace > UXDateTimePicker Class : SpinnerAlignment Property






Gets or sets the spinner button alignment.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Layout")>
Public Property SpinnerAlignment As LeftRightAlignment
Visual Basic (Usage)Copy Code
Dim instance As UXDateTimePicker
Dim value As LeftRightAlignment
 
instance.SpinnerAlignment = value
 
value = instance.SpinnerAlignment
C# 
[CategoryAttribute("Layout")]
public LeftRightAlignment SpinnerAlignment {get; set;}
Delphi 
public read-write property SpinnerAlignment: LeftRightAlignment; 
JScript 
CategoryAttribute("Layout")
public function get,set SpinnerAlignment : LeftRightAlignment
Managed Extensions for C++ 
[CategoryAttribute("Layout")]
public: __property LeftRightAlignment get_SpinnerAlignment();
public: __property void set_SpinnerAlignment( 
   LeftRightAlignment value
);
C++/CLI 
[CategoryAttribute("Layout")]
public:
property LeftRightAlignment SpinnerAlignment {
   LeftRightAlignment get();
   void set (    LeftRightAlignment value);
}

Property Value

The default spin button is always set to the right. If you want to changed the alignment for this spin button you can set the SpinnerAlignment property to the Left. It will align the spin button to the left.

Remarks

By default Spinner

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.