LEADTOOLS Annotations (Leadtools.Annotations assembly)

Color2 Property

Show in webframe





Gets or sets the ending color of this AnnLinearGradientBrush object.
Syntax
public virtual Color Color2 {get; set;}
'Declaration
 
Public Overridable Property Color2 As Color
'Usage
 
Dim instance As AnnLinearGradientBrush
Dim value As Color
 
instance.Color2 = value
 
value = instance.Color2

            

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

Property Value

The ending color of this AnnLinearGradientBrush.
Example
For an example, refer to AnnLinearGradientBrush.
Requirements

Target Platforms

See Also

Reference

AnnLinearGradientBrush Class
AnnLinearGradientBrush Members

 

 


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