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

End Property

Show in webframe





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

            

            
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

See Also

Reference

WindowLevelEffect Class
WindowLevelEffect Members

 

 


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