Skip to content

Commit

Permalink
Add NSBackgroundColorAttribute Name
Browse files Browse the repository at this point in the history
  • Loading branch information
kjpou1 authored and JoeMatt committed May 9, 2011
1 parent 5b14c71 commit 3df8af1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/foundation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,14 @@ public interface NSAttributedString {
[Field ("NSForegroundColorAttributeName")]
#endif
NSString ForegroundColorAttributeName { get; }


#if MONOMAC
[Field ("NSBackgroundColorAttributeName", "AppKit")]
#else
[Field ("NSBackgroundColorAttributeName")]
#endif
NSString BackgroundColorAttributeName { get; }

#if MONOMAC
[Field ("NSLigatureAttributeName", "AppKit")]
#else
Expand Down

0 comments on commit 3df8af1

Please sign in to comment.