Changing switch direction of toggle switch

Gauge for WPF Forum

Posted 15 years ago by D
Version: 4.5.0480
Avatar
The toggle switch moves up and down by default...is there any way to make it move left to right and vice versa?

Comments (1)

Posted 15 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
This is not currently support, but I've added this to our TODO list.

You could accomplish this using a RotateTransform on the ToggleSwitch.LayoutTransform. The only problem is the lighting effects would be off. For example:
<gauge:ToggleSwitch.LayoutTransform>
    <RotateTransform Angle="90" />
</gauge:ToggleSwitch.LayoutTransform>


Actipro Software Support

The latest build of this product (v24.1.2) was released 2 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.