Class MacOSProperties
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
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
SetIsTemplateIcon(TrayIcon, bool)
A Boolean value that determines whether the TrayIcon image represents a template image.
public static void SetIsTemplateIcon(TrayIcon obj, bool value)