Gets or sets the ending color value for the gradient. This is a dependency property.
Supported in Silverlight
Syntax
Visual Basic (Declaration) | |
---|
Public Property End As Color |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WindowLevelEffect
Dim value As Color
instance.End = value
value = instance.End |
C# | |
---|
public Color End {get; set;} |
Property Value
a
System.Windows.Media.Color that specifies the ending color value for the gradient. Default value is White.
Example
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also