The following constants specify values used by the methods setValue:type:forDimension:, valueForDimension:, and valueTypeForDimension:.
Available in Mac OS X v10.4 and later.
| C# | Visual Basic | Visual C++ |
public enum NSTextBlockDimension
Public Enumeration NSTextBlockDimension
public enum class NSTextBlockDimension
| Member | Description |
|---|---|
| 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. |
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)