MonobjcMonobjc Documented Class Library
StringRepresentation Property
NamespacesMonobjc.QuartzCoreCIColorStringRepresentation

Returns a formatted string that specifies the components of the color.

Original signature is '- (NSString *)stringRepresentation'

Available in 4 and later.

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