MonobjcMonobjc Documented Class Library
Orthography Property
NamespacesMonobjc.FoundationNSTextCheckingResultOrthography

The orthography detected by orthographyCheckingResultWithRange:orthography: (read-only)

Original signature is '@property(readonly) NSOrthography *orthography'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSOrthography Orthography { get; }
Public Overridable ReadOnly Property Orthography As NSOrthography
	Get
public:
virtual property NSOrthography^ Orthography {
	NSOrthography^ get ();
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)