Version

PredefinedPathOpacityStops Enumeration

Enumerates the pre-defined path opacity stops.
Syntax
'Declaration
 
Public Enum PredefinedPathOpacityStops 
   Inherits System.Enum
public enum PredefinedPathOpacityStops : System.Enum 
Members
MemberDescription
FadeFromMiddleItems are opaque at the middle of the path and fade out as they approach either end.
FadeInItems are opaque at the end of the path and fade out as they approach the beginning.
FadeOutItems are opaque at the beginning of the path and fade out as they approach the end.
NoneThe position of the items along the path will not affect the opacity of the item.
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