Version

PredefinedPathScalingStops Enumeration

Enumerates the pre-defined path opacity stops.
Syntax
'Declaration
 
Public Enum PredefinedPathScalingStops 
   Inherits System.Enum
public enum PredefinedPathScalingStops : System.Enum 
Members
MemberDescription
GrowingItems are full-sized at the end of the path and shrink out as they approach the beginning.
NoneThe position of the items along the path will not affect the opacity of the item.
ShrinkFromMiddleItems are full-sized at the middle of the path and shrink out as they approach either end.
ShrinkingItems are full-sized at the beginning of the path and shrink as they approach the end.
Requirements

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