Intersoft.Client.UI.Aqua.UXInput Namespace > UXButtonSpinner Class : SpinnerAlignment Property |
<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); }
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> |
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