Table of Contents

Class MacOSProperties

Namespace
Avalonia.Controls
Assembly
Avalonia.Controls.dll

Set of MacOS specific attached properties that allow deeper customization of the application per platform.

public class MacOSProperties
Inheritance
MacOSProperties
Inherited Members

Constructors

MacOSProperties()

public MacOSProperties()

Fields

IsTemplateIconProperty

Defines the IsTemplateIcon attached property.

public static readonly AttachedProperty<bool> IsTemplateIconProperty

Field Value

AttachedProperty<bool>

Methods

GetIsTemplateIcon(TrayIcon)

Returns a Boolean value that indicates whether the TrayIcon image is a template image.

public static bool GetIsTemplateIcon(TrayIcon obj)

Parameters

obj TrayIcon

Returns

bool

SetIsTemplateIcon(TrayIcon, bool)

A Boolean value that determines whether the TrayIcon image represents a template image.

public static void SetIsTemplateIcon(TrayIcon obj, bool value)

Parameters

obj TrayIcon
value bool