MonobjcMonobjc Documented Class Library
NSImageFrameStyle Enumeration
NamespacesMonobjc.AppKitNSImageFrameStyle

These constants allow you to specify the kind of frame bordering the image and are used by imageFrameStyle and setImageFrameStyle:. (Deprecated. These constants are obsolete, and are not compliant with the Apple Human Interface Guidelines.)

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSImageFrameStyle
Public Enumeration NSImageFrameStyle
public enum class NSImageFrameStyle
Members
MemberDescription
NSImageFrameNone

An invisible frame

Available in Mac OS X v10.0 and later.


NSImageFramePhoto

A thin black outline and a dropped shadow

Available in Mac OS X v10.0 and later.


NSImageFrameGrayBezel

A gray, concave bezel that makes the image look sunken

Available in Mac OS X v10.0 and later.


NSImageFrameGroove

A thin groove that looks etched around the image

Available in Mac OS X v10.0 and later.


NSImageFrameButton

A convex bezel that makes the image stand out in relief, like a button

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)