MonobjcMonobjc Documented Class Library
HeightAdjustLimit Property
NamespacesMonobjc.AppKitNSViewHeightAdjustLimit

Returns the fraction (from 0.0 to 1.0) of the page that can be pushed onto the next page during automatic pagination to prevent items such as lines of text from being divided across pages.

Original signature is '- (CGFloat)heightAdjustLimit'

Available in Mac OS X v10.0 and later.

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