Visual Basic (Declaration) | |
---|---|
Public Property FirstPoint As Point |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Point FirstPoint {get; set;} |
XAML Attributes Usage | |
---|---|
<object FirstPoint=x, y .../> |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | AffectsMeasure, AffectsRender |
XAML Property Element Usage | |
---|---|
<object> <object.FirstPoint> <Point X=x Y=y/> </object.FirstPoint> </object> |
XAML Attributes Usage | |
---|---|
<object FirstPoint=x, y .../> |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | AffectsMeasure, AffectsRender |
XAML Property Element Usage | |
---|---|
<object> <object.FirstPoint> <Point X=x Y=y/> </object.FirstPoint> </object> |
Return Value
A Point structure that specifies the first point of this AnnProtractorObject.For XAML example, refer to AnnProtractorObject.
For C#/VB examples, refer to AnnProtractorObject.
An AnnProtractorObject object 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