LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

Color1 Property






Gets or sets the starting color of this AnnLinearGradientBrush object.
Syntax
public virtual Color Color1 {get; set;}
'Declaration
 
Public Overridable Property Color1 As Color
'Usage
 
Dim instance As AnnLinearGradientBrush
Dim value As Color
 
instance.Color1 = value
 
value = instance.Color1
public virtual Color Color1 {get; set;}
 get_Color1();
set_Color1(value);
public:
virtual property Color Color1 {
   Color get();
   void set (    Color value);
}

Property Value

The starting color of this AnnLinearGradientBrush.
Example
For an example, refer to AnnLinearGradientBrush.
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

AnnLinearGradientBrush Class
AnnLinearGradientBrush Members

 

 


Products | Support | Contact Us | Copyright Notices

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