←Select platform

Start Property

Summary

Gets or sets the starting point of the line object.

Syntax

C#
VB
C++
public Point Start { get; set; } 
  
Property Start As Point 
property Point Start { 
   Point get(); 
   void set (    Point ); 
} 

Property Value

A System.Windows.Point structure that specifies the starting point of the line object.

Remarks

An IAnnLine based object consists of a straight line that goes from Start to End. For more information, refer to AnnLineObject for WPF

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Annotations Assembly