Version

Alignment Property (NextItemAnimation)

Determines where the next/previous item will align in the visible area of the Control.

Near - The left/top edge of the image will align with the left/top most area of the visible image area.

Center - The center of the image will align with the center of the visible image area.

Far - The right/bottom edge of the image will align with the right/bottom most area of the visible image area.

Syntax
'Declaration
 
Public Property Alignment As NextItemAlignment
public NextItemAlignment Alignment {get; set;}
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