Share via


NSTableViewAnimationOptions Enum

Definition

This enumeration supports a bitwise combination of its member values.

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

Fields

Name Value Description
EffectNone 0
EffectFade 1
EffectGap 2
SlideUp 16
SlideDown 32
SlideLeft 48
SlideRight 64

Applies to