MonobjcMonobjc Documented Class Library
TextAttributesForNegativeValues Property
NamespacesMonobjc.FoundationNSNumberFormatterTextAttributesForNegativeValues

Returns a dictionary containing the text attributes that have been set for negative values.

Original signature is '- (NSDictionary *)textAttributesForNegativeValues'

Available in Mac OS X v10.0 and later.

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