MonobjcMonobjc Documented Class Library
LayoutAlgorithm Property
NamespacesMonobjc.AppKitNSTextTableLayoutAlgorithm

Returns the text table layout algorithm.

Original signature is '- (NSTextTableLayoutAlgorithm)layoutAlgorithm'

Available in Mac OS X v10.4 and later.

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