Visual Basic (Declaration) | |
---|---|
Public Property SecondPoint As Point |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Point SecondPoint {get; set;} |
XAML Attributes Usage | |
---|---|
<object SecondPoint=x, y .../> |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | AffectsMeasure, AffectsRender |
XAML Property Element Usage | |
---|---|
<object> <object.SecondPoint> <Point X=x Y=y/> </object.SecondPoint> </object> |
XAML Attributes Usage | |
---|---|
<object SecondPoint=x, y .../> |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | AffectsMeasure, AffectsRender |
XAML Property Element Usage | |
---|---|
<object> <object.SecondPoint> <Point X=x Y=y/> </object.SecondPoint> </object> |
Return Value
A Point structure that specifies the second point of this AnnProtractorObject.For XAML example, refer to AnnProtractorObject.
For C#/VB examples, refer to AnnProtractorObject.
An AnnProtractorObject consists of two rulers joined at a point to create an angle. The center point is CenterPoint, the first line ends at FirstPoint and the second line ends at SecondPoint.
For more information, refer to Using Protractors in WPF Annotation Objects.
For more information, refer to Using Protractors in WPF Annotation Objects.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family