Enumeration of shape anchor points.

C# | Visual Basic | Managed C++ |
public enum AnchorPoint
Public Enumeration AnchorPoint
public enum class AnchorPoint

Member | Description |
---|---|
LeftTop |
Left top corner point.
|
LeftMiddle |
Left middle edge point.
|
LeftBottom |
Left bottom corner point.
|
CenterTop |
Center top edge point.
|
CenterMiddle |
Center middle point.
|
CenterBottom |
Center bottom edge point.
|
RightTop |
Right top corner point.
|
RightMiddle |
Right middle edge point.
|
RightBottom |
Right bottom corner point.
|
Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)