INSAppearanceCustomization Interface

Definition

[Foundation.Protocol(Name="NSAppearanceCustomization", WrapperType=typeof(AppKit.NSAppearanceCustomizationWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
public interface INSAppearanceCustomization : IDisposable, ObjCRuntime.INativeObject
type INSAppearanceCustomization = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Extension Methods

GetAppearance(INSAppearanceCustomization)
GetEffectiveAppearance(INSAppearanceCustomization)
SetAppearance(INSAppearanceCustomization, NSAppearance)

Applies to