Version

SliderContentAlignment Enumeration

Alignment of content within bounds of control.
Syntax
'Declaration
 
Public Enum SliderContentAlignment 
   Inherits System.Enum
public enum SliderContentAlignment : System.Enum 
Members
MemberDescription
BottomOrRightContent of horizontal slider is align to bottom, content of vertical slider is aligned to right.
CenterContent is align to the center.
TopOrLeftContent of horizontal slider is align to top, content of vertical slider is aligned to left.
TrackCenterTrackbar is align to the center.
Remarks

That defines vertical alignment for horizontal WebSlider or horizontal aligment for vertical WebSlider.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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