MonobjcMonobjc Documented Class Library
WidthValueTypeForLayerEdge Method (layer, edge)
NamespacesMonobjc.AppKitNSTextBlockWidthValueTypeForLayerEdge(NSTextBlockLayer, NSRectEdge)

Returns the value type of an edge of a specified layer of the text block.

Original signature is '- (NSTextBlockValueType)widthValueTypeForLayer:(NSTextBlockLayer)layer edge:(NSRectEdge)edge'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSTextBlockValueType WidthValueTypeForLayerEdge(
	NSTextBlockLayer layer,
	NSRectEdge edge
)
Public Overridable Function WidthValueTypeForLayerEdge ( _
	layer As NSTextBlockLayer, _
	edge As NSRectEdge _
) As NSTextBlockValueType
public:
virtual NSTextBlockValueType WidthValueTypeForLayerEdge(
	NSTextBlockLayer layer, 
	NSRectEdge edge
)
Parameters
layer (NSTextBlockLayer)
The layer to examine.
edge (NSRectEdge)
The edge of the layer to examine.
Return Value
The value type of the edge of layer. This determines how the value for this edge of layer should be interpreted.
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)