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

StartPoint Property

Show in webframe





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

            

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

Property Value

The starting 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.