Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

Commit

Permalink
[maccore, coreanimation] Add the methods to CALayer
Browse files Browse the repository at this point in the history
  • Loading branch information
kjpou1 authored and migueldeicaza committed Dec 14, 2010
1 parent 42715a1 commit ed031b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/coreanimation.cs
Expand Up @@ -248,7 +248,10 @@ interface CALayer {
[Export ("contents", ArgumentSemantic.Retain)]
CGImage Contents { get; set; }

#if !MONOMAC
#if MONOMAC
[Export ("layoutManager")]
NSObject LayoutManager { get; set; }
#else
[Export ("contentsScale")]
float ContentsScale { get; set; }
#endif
Expand Down

0 comments on commit ed031b5

Please sign in to comment.