MonobjcMonobjc Documented Class Library
DividerColor Property
NamespacesMonobjc.AppKitNSSplitViewDividerColor

Return the color of the dividers that the split view is drawing between subviews.

Original signature is '- (NSColor *)dividerColor'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSColor DividerColor { get; }
Public Overridable ReadOnly Property DividerColor As NSColor
	Get
public:
virtual property NSColor^ DividerColor {
	NSColor^ get ();
}
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)