PointRelativeTo Enumeration

Indicates the point of reference from which the coordinates are relative.

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

Syntax

'Declaration
Public Enumeration PointRelativeTo
public enum PointRelativeTo
public enum class PointRelativeTo
type PointRelativeTo
public enum PointRelativeTo

Members

Member name Description
Screen Indicates that the point is relative to the top-left of the screen.
Client Indicates that the point is relative to the top-left of the DiagramClientView's client area.

See Also

Reference

Microsoft.VisualStudio.Modeling.Diagrams Namespace