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

C# | Visual Basic | Visual C++ |
public virtual bool AutorecalculatesContentBorderThicknessForEdge( NSRectEdge edge )
Public Overridable Function AutorecalculatesContentBorderThicknessForEdge ( _ edge As NSRectEdge _ ) As Boolean
public: virtual bool AutorecalculatesContentBorderThicknessForEdge( NSRectEdge edge )

- edge (NSRectEdge)
- Border whose thickness autorecalculation status to set:

YES when the window auto-recalculates the given border’s thickness; otherwise, NO.

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