MonobjcMonobjc Documented Class Library
CPRectAnchor Enumeration
NamespacesMonobjc.CorePlotCPRectAnchor

Locations around the edge of a rectangle.

Declaration Syntax
C#Visual BasicVisual C++
public enum CPRectAnchor
Public Enumeration CPRectAnchor
public enum class CPRectAnchor
Members
MemberDescription
CPRectAnchorBottomLeft

The bottom left corner.


CPRectAnchorBottom

The bottom center.


CPRectAnchorBottomRight

The bottom right corner.


CPRectAnchorLeft

The left middle.


CPRectAnchorRight

The right middle.


CPRectAnchorTopLeft

The top left corner.


CPRectAnchorTop

The top center.


CPRectAnchorTopRight

The top right.


CPRectAnchorCenter

The center of the rect.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.CorePlot (Module: Monobjc.CorePlot)