AnchorPoint.AnchorPointLocation Property

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'宣言
Public ReadOnly Property AnchorPointLocation As PointD
'使用
Dim instance As AnchorPoint
Dim value As PointD

value = instance.AnchorPointLocation
public PointD AnchorPointLocation { get; }
public:
property PointD AnchorPointLocation {
    PointD get ();
}
public function get AnchorPointLocation () : PointD

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.PointD

Permissions

See Also

Reference

AnchorPoint Class

AnchorPoint Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace