These constants specify the type of a view’s border.
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public enum NSBorderType
Public Enumeration NSBorderType
public enum class NSBorderType

Member | Description |
---|---|
NSNoBorder | No border. Available in Mac OS X v10.0 and later. |
NSLineBorder | A black line border around the view. Available in Mac OS X v10.0 and later. |
NSBezelBorder | A concave border that makes the view look sunken. Available in Mac OS X v10.0 and later. |
NSGrooveBorder | A thin border that looks etched around the image. Available in Mac OS X v10.0 and later. |

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