Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Indicates the point of reference from which the coordinates are relative.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.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. |