Leadtools.Windows.Annotations Requires Document/Medical license. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
X1 Property
See Also 
Leadtools.Windows.Annotations Namespace > AnnLineObject Class : X1 Property





Gets or sets a value that specifies the x-coordinate of the starting point for this AnnLineObject. This is a dependency property.

Syntax

Visual Basic (Declaration) 
<TypeConverterAttribute("System.Windows.LengthConverter, PresentationFramework, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")>
Public Property X1 As Double
Visual Basic (Usage)Copy Code
Dim instance As AnnLineObject
Dim value As Double
 
instance.X1 = value
 
value = instance.X1
C# 
[TypeConverterAttribute("System.Windows.LengthConverter, PresentationFramework, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
public double X1 {get; set;}
C++/CLI 
[TypeConverterAttribute("System.Windows.LengthConverter, PresentationFramework, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
public:
property double X1 {
   double get();
   void set (double value);
}
XAML Attributes Usage 

<object X1=double .../>

Dependencies Property Information 

Identifier field

X1Property

Metadata properties set to true

AffectsMeasure, AffectsRender

XAML Attributes Usage 

<object X1=double .../>

Dependencies Property Information 

Identifier field

X1Property

Metadata properties set to true

AffectsMeasure, AffectsRender

Return Value

The x-coordinate of the starting point for this AnnLineObject.

Example

For XAML example, refer to AnnGroupObject.

For C#/VB examples, refer to AnnLineObject.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also

X1 requires a Document/Medical product license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features and Unlocking Special LEAD Features.