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
ContentView
Get or set view to draw content of tile.
public NSView? ContentView { get; set; }
Property Value
Size
Get size of tile.
public NSSize Size { get; }
Property Value
Methods
Display()
Redraw content of tile.
public void Display()