LEADTOOLS WPF and Silverlight (Leadtools.Windows.Media.Effects assembly)

Start Property

Show in webframe





Gets or sets the starting color value for the gradient. This is a dependency property.
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

            

            
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

See Also

Reference

WindowLevelEffect Class
WindowLevelEffect Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.