PointRelativeTo Enumeration

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

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

Syntax

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

Members

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

See Also

Reference

Microsoft.VisualStudio.Modeling.Diagrams Namespace