Visual Basic (Declaration) | |
---|---|
Public Property IntersectionPoint As Point |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Point IntersectionPoint {get; set;} |
XAML Attributes Usage | |
---|---|
<object IntersectionPoint=x, y .../> |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | AffectsMeasure, AffectsRender |
XAML Property Element Usage | |
---|---|
<object> <object.IntersectionPoint> <Point X=x Y=y/> </object.IntersectionPoint> </object> |
XAML Attributes Usage | |
---|---|
<object IntersectionPoint=x, y .../> |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | AffectsMeasure, AffectsRender |
XAML Property Element Usage | |
---|---|
<object> <object.IntersectionPoint> <Point X=x Y=y/> </object.IntersectionPoint> </object> |
Return Value
A Point structure that specifies the current intersection point of this AnnCrossProductObject object.For XAML example, refer to AnnCrossProductObject.
For C#/VB examples, refer to AnnCrossProductObject.
(Read only) The intersection point of a cross product object updates dynamically whenever FirstStartPoint, FirstEndPoint, SecondStartPoint or SecondEndPoint changes.
For more information, refer to Using Rulers in WPF Annotation Objects.
For more information, refer to Using Rulers in WPF Annotation Objects.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family