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)

public enum class PointRelativeTo

Member nameDescription
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.

Return to top
Show: