Share via


AnimationLevelStringValues Enum

Definition

Animation Level String Definition

public enum AnimationLevelStringValues
public readonly struct AnimationLevelStringValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevelStringValues>, IEquatable<DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevelStringValues>
type AnimationLevelStringValues = 
type AnimationLevelStringValues = struct
    interface IEnumValue
    interface IEnumValueFactory<AnimationLevelStringValues>
Public Enum AnimationLevelStringValues
Public Structure AnimationLevelStringValues
Implements IEnumValue, IEnumValueFactory(Of AnimationLevelStringValues), IEquatable(Of AnimationLevelStringValues)
Inheritance
AnimationLevelStringValues
Inheritance
AnimationLevelStringValues

Fields

AnimationLevelStringValues(String)

Creates a new AnimationLevelStringValues enum instance

Center 2

From Center Animation.

When the item is serialized out as xml, its value is "ctr".

Center

From Center Animation.

When the item is serialized out as xml, its value is "ctr".

Equals(AnimationLevelStringValues)
Equals(Object)
GetHashCode()
Level 1

By Level Animation.

When the item is serialized out as xml, its value is "lvl".

Level

By Level Animation.

When the item is serialized out as xml, its value is "lvl".

None 0

Disable Level At Once.

When the item is serialized out as xml, its value is "none".

None

Disable Level At Once.

When the item is serialized out as xml, its value is "none".

Equality(AnimationLevelStringValues, AnimationLevelStringValues)
Inequality(AnimationLevelStringValues, AnimationLevelStringValues)
ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<AnimationLevelStringValues>.Create(String)

Applies to