MonobjcMonobjc Documented Class Library
Attributes Property
NamespacesMonobjc.QuartzQCRendererAttributes

Returns the attributes of the composition associated with the renderer. (required)

Original signature is '- (NSDictionary *)attributes'

Available in Mac OS X v10.4 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.Quartz (Module: Monobjc.Quartz)