MonobjcMonobjc Documented Class Library
ContentBorderThicknessForEdge Method (edge)
NamespacesMonobjc.AppKitNSWindowContentBorderThicknessForEdge(NSRectEdge)

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.

Declaration Syntax
C#Visual BasicVisual C++
public virtual CGFloat ContentBorderThicknessForEdge(
	NSRectEdge edge
)
Public Overridable Function ContentBorderThicknessForEdge ( _
	edge As NSRectEdge _
) As CGFloat
public:
virtual CGFloat ContentBorderThicknessForEdge(
	NSRectEdge edge
)
Parameters
edge (NSRectEdge)
The border whose thickness to get:
Return Value
Thickness of the given border, in points.
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)