MonobjcMonobjc Documented Class Library
OriginOffset Property
NamespacesMonobjc.AppKitNSRulerViewOriginOffset

Returns the distance from the receiver’s zero hash mark to the bounds origin of the NSScrollView’s document view (not the receiver’s client view), in the document view’s coordinate system.

Original signature is '- (CGFloat)originOffset'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual CGFloat OriginOffset { get; set; }
Public Overridable Property OriginOffset As CGFloat
	Get
	Set
public:
virtual property CGFloat OriginOffset {
	CGFloat get ();
	void set (CGFloat 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)