Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

Color2 Property






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

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)