AnimationLevelStringValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
None | 0 | Disable Level At Once. When the item is serialized out as xml, its value is "none". |
Level | 1 | By Level Animation. When the item is serialized out as xml, its value is "lvl". |
Center | 2 | From Center Animation. When the item is serialized out as xml, its value is "ctr". |
AnimationLevelStringValues(String) | Creates a new AnimationLevelStringValues enum instance |
|
Center | From Center Animation. When the item is serialized out as xml, its value is "ctr". |
|
Equality(AnimationLevelStringValues, AnimationLevelStringValues) | ||
Equals(AnimationLevelStringValues) | ||
Equals(Object) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<AnimationLevelStringValues>.Create(String) | ||
Inequality(AnimationLevelStringValues, AnimationLevelStringValues) | ||
Level | By Level Animation. When the item is serialized out as xml, its value is "lvl". |
|
None | Disable Level At Once. When the item is serialized out as xml, its value is "none". |
|
ToString() |