Share via


NSFontPanelMode Enum

Definition

This enumeration supports a bitwise combination of its member values.

[ObjCRuntime.Native]
[System.Flags]
public enum NSFontPanelMode
[<ObjCRuntime.Native>]
[<System.Flags>]
type NSFontPanelMode = 
Inheritance
NSFontPanelMode
Attributes

Fields

Name Value Description
FaceMask 1
SizeMask 2
CollectionMask 4
UnderlineEffectMask 256
StrikethroughEffectMask 512
TextColorEffectMask 1024
DocumentColorEffectMask 2048
ShadowEffectMask 4096
StandardMask 65535
AllEffectsMask 1048320
AllModesMask 4294967295

Applies to