LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)
LEAD Technologies, Inc

EndPoint Property






Gets or sets the ending two-dimensional coordinates of the linear gradient. .NET support Silverlight support
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 Point EndPoint {get; set;}
 get_EndPoint();
set_EndPoint(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnLinearGradientBrush Class
AnnLinearGradientBrush Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.