Table of Contents

Class NSAppearance

Namespace
CarinaStudio.MacOS.AppKit
Assembly
CarinaStudio.AppBase.MacOS.dll

NSAppearance.

public class NSAppearance : NSObject, IDisposable, IEquatable<NSObject>
Inheritance
NSAppearance
Implements
Inherited Members
Extension Methods

Properties

AccessibilityHighContrastAqua

Predefined appearance: AccessibilityHighContrastAqua.

public static NSAppearance AccessibilityHighContrastAqua { get; }

Property Value

NSAppearance

AccessibilityHighContrastDarkAqua

Predefined appearance: AccessibilityHighContrastDarkAqua.

public static NSAppearance AccessibilityHighContrastDarkAqua { get; }

Property Value

NSAppearance

AccessibilityHighContrastVibrantDark

Predefined appearance: AccessibilityHighContrastVibrantDark.

public static NSAppearance AccessibilityHighContrastVibrantDark { get; }

Property Value

NSAppearance

AccessibilityHighContrastVibrantLight

Predefined appearance: AccessibilityHighContrastVibrantLight.

public static NSAppearance AccessibilityHighContrastVibrantLight { get; }

Property Value

NSAppearance

Aqua

Predefined appearance: Aqua.

public static NSAppearance Aqua { get; }

Property Value

NSAppearance

DarkAqua

Predefined appearance: DarkAqua.

public static NSAppearance DarkAqua { get; }

Property Value

NSAppearance

VibrantDark

Predefined appearance: VibrantDark.

public static NSAppearance VibrantDark { get; }

Property Value

NSAppearance

VibrantLight

Predefined appearance: VibrantLight.

public static NSAppearance VibrantLight { get; }

Property Value

NSAppearance

Methods

GetNamed(string)

Get named appearance.

public static NSAppearance? GetNamed(string name)

Parameters

name string

Name.

Returns

NSAppearance

NSAppearance with specific name, or Null if appearance cannot be found.