MonobjcMonobjc Documented Class Library
TextAttributesForZero Property
NamespacesMonobjc.FoundationNSNumberFormatterTextAttributesForZero

Returns a dictionary containing the text attributes used to display a value of zero.

Original signature is '- (NSDictionary *)textAttributesForZero'

Available in Mac OS X v10.4 and later.

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