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

EndPoint Property

Show in webframe





Gets or sets the ending two-dimensional coordinates of the linear gradient.
Syntax
public Point EndPoint {get; set;}
'Declaration
 
Public Property EndPoint As Point
'Usage
 
Dim instance As AnnLinearGradientBrush
Dim value As Point
 
instance.EndPoint = value
 
value = instance.EndPoint

            

            
public:
property Point EndPoint {
   Point get();
   void set (    Point value);
}

Property Value

The ending two-dimensional coordinates for the linear gradient. The default is (0, 0).
Requirements

Target Platforms

See Also

Reference

AnnLinearGradientBrush Class
AnnLinearGradientBrush Members

 

 


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