MonobjcMonobjc Documented Class Library
Attributes Property
NamespacesMonobjc.AppKitNSGraphicsContextAttributes

Returns the receiver’s attributes.

Original signature is '- (NSDictionary *)attributes'

Available in Mac OS X v10.0 and later.

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