Indicates the thickness of a given border of the window.
Original signature is '- (CGFloat)contentBorderThicknessForEdge:(NSRectEdge)edge'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
public virtual CGFloat ContentBorderThicknessForEdge( NSRectEdge edge )
Public Overridable Function ContentBorderThicknessForEdge ( _ edge As NSRectEdge _ ) As CGFloat
public: virtual CGFloat ContentBorderThicknessForEdge( NSRectEdge edge )

- edge (NSRectEdge)
- The border whose thickness to get:

Thickness of the given border, in points.

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