Returns the border color of the specified text block edge.
Original signature is '- (NSColor *)borderColorForEdge:(NSRectEdge)edge'
Available in Mac OS X v10.4 and later.
| C# | Visual Basic | Visual C++ |
public virtual NSColor BorderColorForEdge( NSRectEdge edge )
Public Overridable Function BorderColorForEdge ( _ edge As NSRectEdge _ ) As NSColor
public: virtual NSColor^ BorderColorForEdge( NSRectEdge edge )
- edge (NSRectEdge)
- The edge of the text block in question.
The border color of the text block edge edge.
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)