LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

Color Property (AnnGradientStop)

Show in webframe





Gets or sets the color of the gradient stop.
Syntax
public Color Color {get; set;}
'Declaration
 
Public Property Color As Color
'Usage
 
Dim instance As AnnGradientStop
Dim value As Color
 
instance.Color = value
 
value = instance.Color

            

            
public:
property Color Color {
   Color get();
   void set (    Color value);
}

Property Value

The color of the gradient stop. The default value is System.Windows.Media.Colors.Transparent.
Requirements

Target Platforms

See Also

Reference

AnnGradientStop Class
AnnGradientStop Members

 

 


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