Table of Contents

Class NSDockTile

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

NSDockTile.

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

Properties

BadgeLabel

Get or set label shown on application badge.

public string? BadgeLabel { get; set; }

Property Value

string

ContentView

Get or set view to draw content of tile.

public NSView? ContentView { get; set; }

Property Value

NSView

Size

Get size of tile.

public NSSize Size { get; }

Property Value

NSSize

Methods

Display()

Redraw content of tile.

public void Display()