MonobjcMonobjc Documented Class Library
NSBorderType Enumeration
NamespacesMonobjc.AppKitNSBorderType

These constants specify the type of a view’s border.

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSBorderType
Public Enumeration NSBorderType
public enum class NSBorderType
Members
MemberDescription
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.


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)