MonobjcMonobjc Documented Class Library
WidthAdjustLimit Property
NamespacesMonobjc.AppKitNSViewWidthAdjustLimit

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 small images or text columns from being divided across pages.

Original signature is '- (CGFloat)widthAdjustLimit'

Available in Mac OS X v10.0 and later.

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