MonobjcMonobjc Documented Class Library
NSTitlePosition Enumeration
NamespacesMonobjc.AppKitNSTitlePosition

Specify the location of a box’s title with respect to its border.

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSTitlePosition
Public Enumeration NSTitlePosition
public enum class NSTitlePosition
Members
MemberDescription
NSNoTitle

The box has no title.

Available in Mac OS X v10.0 and later.


NSAboveTop

Title positioned above the box’s top border.

Available in Mac OS X v10.0 and later.


NSAtTop

Title positioned within the box’s top border.

Available in Mac OS X v10.0 and later.


NSBelowTop

Title positioned below the box’s top border.

Available in Mac OS X v10.0 and later.


NSAboveBottom

Title positioned above the box’s bottom border.

Available in Mac OS X v10.0 and later.


NSAtBottom

Title positioned within the box’s bottom border.

Available in Mac OS X v10.0 and later.


NSBelowBottom

Title positioned below the box’s bottom border.

Available in Mac OS X v10.0 and later.


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.AppKit (Module: Monobjc.AppKit)