MonobjcMonobjc Documented Class Library
NSTextBlockDimension Enumeration
NamespacesMonobjc.AppKitNSTextBlockDimension

The following constants specify values used by the methods setValue:type:forDimension:, valueForDimension:, and valueTypeForDimension:.

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSTextBlockDimension
Public Enumeration NSTextBlockDimension
public enum class NSTextBlockDimension
Members
MemberDescription
NSTextBlockWidth

Width of the text block.

Available in Mac OS X v10.4 and later.


NSTextBlockMinimumWidth

Minimum width of the text block.

Available in Mac OS X v10.4 and later.


NSTextBlockMaximumWidth

Maximum width of the text block.

Available in Mac OS X v10.4 and later.


NSTextBlockHeight

Height of the text block.

Available in Mac OS X v10.4 and later.


NSTextBlockMinimumHeight

Minimum height of the text block.

Available in Mac OS X v10.4 and later.


NSTextBlockMaximumHeight

Maximum height of the text block.

Available in Mac OS X v10.4 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)