Intersoft ClientUI Documentation
SpinnerAlignment Property (UXButtonSpinner)



Gets or sets the spinner button alignment
Syntax
<CategoryAttribute("Layout")>
Public Property SpinnerAlignment As LeftRightAlignment
Dim instance As UXButtonSpinner
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);
}
Remarks

The default spin button alignment is always set to the right. To change the alignment of the spinner button, you set the SpinnerAlignment property to the Left.

The following code shows how to change the spinner alignment in UXButtonSpinner.

XAML
Copy Code
<Grid>
    <Intersoft:UXButtonSpinner SpinnerAlignment="Left" Width="150" Height="22" />
</Grid>
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

UXButtonSpinner Class
UXButtonSpinner Members

Concepts

UXButtonSpinner

Send Feedback