MonobjcMonobjc Documented Class Library
NSTextBlockLayer Enumeration
NamespacesMonobjc.AppKitNSTextBlockLayer

The following constants specify values used by the methods setContentWidth:type:, contentWidthValueType, setWidth:type:forLayer:edge:, setWidth:type:forLayer:, widthForLayer:edge:, and widthValueTypeForLayer:edge:.

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSTextBlockLayer
Public Enumeration NSTextBlockLayer
public enum class NSTextBlockLayer
Members
MemberDescription
NSTextBlockPadding

Padding of the text block: space surrounding the content area extending to the border.

Available in Mac OS X v10.4 and later.


NSTextBlockBorder

Border of the text block: space between padding and margin, typically colored to present a visible boundary.

Available in Mac OS X v10.4 and later.


NSTextBlockMargin

Margin of the text block: space surrounding the border.

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)