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

Start Property






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

Property Value

a System.Windows.Media.Color that specifies the starting color value for the gradient. Default value is Black.
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.