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

AnnGradientStop Constructor(Color,Double)

Show in webframe





The color value of the gradient stop.
The location in the gradient where the gradient stop is placed.
Initializes a new AnnGradientStop object with a color and offset.
Syntax
public AnnGradientStop( 
   Color color,
   double offset
)
'Declaration
 
Public Function New( _
   ByVal color As Color, _
   ByVal offset As Double _
)
'Usage
 
Dim color As Color
Dim offset As Double
 
Dim instance As New AnnGradientStop(color, offset)

            

            
public:
AnnGradientStop( 
   Color color,
   double offset
)

Parameters

color
The color value of the gradient stop.
offset
The location in the gradient where the gradient stop is placed.
Requirements

Target Platforms

See Also

Reference

AnnGradientStop Class
AnnGradientStop Members
Overload List

 

 


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