MonobjcMonobjc Documented Class Library
TextAttributesForNegativeInfinity Property
NamespacesMonobjc.FoundationNSNumberFormatterTextAttributesForNegativeInfinity

Returns a dictionary containing the text attributes used to display the negative infinity string.

Original signature is '- (NSDictionary *)textAttributesForNegativeInfinity'

Available in Mac OS X v10.4 and later.

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