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.

C# | Visual Basic | Visual 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 )

- layer (NSTextBlockLayer)
- The layer to examine.
- edge (NSRectEdge)
- The edge of the layer to examine.

The value type of the edge of layer. This determines how the value for this edge of layer should be interpreted.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)