The FirstEndPoint Property supports WPF/Silverlight.
The FirstEndPoint Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets the value for the ending point of the first ruler. Supported in Silverlight, Windows Phone 7Visual Basic (Declaration) | |
---|---|
Public Property FirstEndPoint As Point |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnCrossProductObject Dim value As Point instance.FirstEndPoint = value value = instance.FirstEndPoint |
C# | |
---|---|
public Point FirstEndPoint {get; set;} |
Property Value
A System.Windows.Point structure that specifies the ending point of the first ruler.For XAML example, refer to AnnCrossProductObject.
For C#/VB examples, refer to AnnCrossProductObject.
AnnCrossProductObject consists of two rulers: the first goes from FirstStartPoint to FirstEndPoint and the second goes from SecondStartPoint to SecondEndPoint.
For more information, refer to Using Rulers in WPF Annotation Objects.
For more information, refer to Using Rulers in WPF Annotation Objects.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)