xamarinmac
namespace AppKit
{
[Introduced(PlatformName.MacOSX, 10, 13, PlatformArchitecture.All, null)]
[Protocol(Name = "NSUserInterfaceCompression", WrapperType = typeof(NSUserInterfaceCompressionWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "Compress", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSUserInterfaceCompressionOptions[]) }, Selector = "compressWithPrioritizedCompressionOptions:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "GetMinimumSize", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSUserInterfaceCompressionOptions[]) }, ReturnType = typeof(CGSize), Selector = "minimumSizeWithPrioritizedCompressionOptions:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.Copy, GetterSelector = "activeCompressionOptions", IsProperty = true, IsRequired = true, IsStatic = false, Name = "ActiveCompressionOptions", PropertyType = typeof(NSUserInterfaceCompressionOptions), Selector = "activeCompressionOptions")]
public interface INSUserInterfaceCompression : INativeObject, IDisposable
{
[Preserve(Conditional = true)]
NSUserInterfaceCompressionOptions! ActiveCompressionOptions
{
[Export("activeCompressionOptions", ArgumentSemantic.Copy)]
get;
}
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |