Share via


NSControlCharacterAction Enum

Definition

An enumeration whose values specify actions caused by control characters.

This enumeration supports a bitwise combination of its member values.

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

Fields

Name Value Description
ZeroAdvancement 1

Glyphs with this action are filtered from the layout.

Whitespace 2

Uses ShouldUseAction(NSLayoutManager, NSControlCharacterAction, UIntPtr) or, if not overridden, ZeroAdvancement.

HorizontalTab 4

Treated as a tab character.

LineBreak 8

Causes a line break.

ParagraphBreak 16

Causes a paragraph break.

ContainerBreak 32

Causes container break.

Applies to