Returns the default class to be used for ruler objects in NSScrollViews.
Original signature is '+ (Class)rulerViewClass'
Available in Mac OS X v10.0 and later.

Declaration Syntax
public static Class RulerViewClass { get; set; }
Public Shared Property RulerViewClass As Class
Get
Set
public:
static property Class^ RulerViewClass {
Class^ get ();
void set (Class^ value);
}

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)