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

Start Property (AnnLineObject)






Gets or sets a value that specifies starting point for this AnnLineObject. This is a dependency property. .NET support Silverlight support
Syntax
public Point Start {get; set;}
'Declaration
 
Public Property Start As Point
'Usage
 
Dim instance As AnnLineObject
Dim value As Point
 
instance.Start = value
 
value = instance.Start
public Point Start {get; set;}
 get_Start();
set_Start(value);
public:
property Point Start {
   Point get();
   void set (    Point value);
}

Property Value

The starting point for this AnnLineObject.
Example

For XAML example, refer to AnnLineObject.

For C#/VB examples, refer to AnnLineObject.

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

AnnLineObject Class
AnnLineObject Members

 

 


Products | Support | Contact Us | Copyright Notices

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