MonobjcMonobjc Documented Class Library
NSBackgroundStyle Enumeration
NamespacesMonobjc.AppKitNSBackgroundStyle

Background styles used with backgroundStyle, setBackgroundStyle:, and interiorBackgroundStyle.

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSBackgroundStyle
Public Enumeration NSBackgroundStyle
public enum class NSBackgroundStyle
Members
MemberDescription
NSBackgroundStyleLight

The background is a light color.

Dark content contrasts well with this background.

Available in Mac OS X v10.5 and later.


NSBackgroundStyleDark

The background is a dark color.

Light content contrasts well with this background.

Available in Mac OS X v10.5 and later.


NSBackgroundStyleRaised

The background is intended to appear higher than the content drawn on it.

Content might need to be inset.

Available in Mac OS X v10.5 and later.


NSBackgroundStyleLowered

The background is intended to appear lower than the content drawn on it.

Content might need to be embossed.

Available in Mac OS X v10.5 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)