Intersoft ClientUI Documentation
SpinnerAlignment Property (UXDateTimePicker)



Gets or sets the spinner button alignment.
Syntax
<CategoryAttribute("Layout")>
Public Property SpinnerAlignment As LeftRightAlignment
Dim instance As UXDateTimePicker
Dim value As LeftRightAlignment
 
instance.SpinnerAlignment = value
 
value = instance.SpinnerAlignment
[CategoryAttribute("Layout")]
public LeftRightAlignment SpinnerAlignment {get; set;}
[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 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

UXDateTimePicker Class
UXDateTimePicker Members

Concepts

UXDateTimeUpDown
UXDateTimePicker

Send Feedback