LEADTOOLS WPF and Silverlight (Leadtools.Windows.Media.Effects assembly)
LEAD Technologies, Inc

End Property






Gets or sets the ending color value for the gradient. This is a dependency property. .NET support Silverlight support
Syntax
public Color End {get; set;}
'Declaration
 
Public Property End As Color
'Usage
 
Dim instance As WindowLevelEffect
Dim value As Color
 
instance.End = value
 
value = instance.End
ObjectiveC Syntax
Java Syntax
public:
property Color End {
   Color get();
   void set (    Color value);
}

Property Value

a System.Windows.Media.Color that specifies the ending color value for the gradient. Default value is White.
Example

For C#/VB examples, refer to WindowLevelEffect.

Requirements

Target Platforms: 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

Reference

WindowLevelEffect Class
WindowLevelEffect Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.