MonobjcMonobjc Documented Class Library
Coords Property
NamespacesMonobjc.WebKit.DOMDOMHTMLAreaElementCoords

Original signature is '@property (nonatomic,copy) NSString * coords;'

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSString Coords { get; set; }
Public Overridable Property Coords As NSString
	Get
	Set
public:
virtual property NSString^ Coords {
	NSString^ get ();
	void set (NSString^ 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.WebKit (Module: Monobjc.WebKit)