Visual Basic (Declaration) | |
---|---|
<TypeConverterAttribute("System.Windows.LengthConverter, PresentationFramework, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")> Public Property X2 As Double |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[TypeConverterAttribute("System.Windows.LengthConverter, PresentationFramework, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")] public double X2 {get; set;} |
C++/CLI | |
---|---|
[TypeConverterAttribute("System.Windows.LengthConverter, PresentationFramework, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")] public: property double X2 { double get(); void set (double value); } |
XAML Attributes Usage | |
---|---|
<object X2=double .../> |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | AffectsMeasure, AffectsRender |
XAML Attributes Usage | |
---|---|
<object X2=double .../> |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | AffectsMeasure, AffectsRender |
Return Value
The x-coordinate of the end point for this AnnLineObject.For XAML example, refer to AnnGroupObject.
For C#/VB examples, refer to AnnLineObject.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family