MonobjcMonobjc Documented Class Library
CPAlignment Enumeration
NamespacesMonobjc.CorePlotCPAlignment

Label and constraint alignment constants.

Declaration Syntax
C#Visual BasicVisual C++
public enum CPAlignment
Public Enumeration CPAlignment
public enum class CPAlignment
Members
MemberDescription
CPAlignmentLeft

Align horizontally to the left side.


CPAlignmentCenter

Align horizontally to the center.


CPAlignmentRight

Align horizontally to the right side.


CPAlignmentTop

Align vertically to the top.


CPAlignmentMiddle

Align vertically to the middle.


CPAlignmentBottom

Align vertically to the bottom.


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)