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

Show in webframe

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 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

See Also

Reference

AnnLinearGradientBrush Class
AnnLinearGradientBrush Members

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