RotationPathValues 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.
Rotation Path
public enum RotationPathValues
public readonly struct RotationPathValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.Diagrams.RotationPathValues>, IEquatable<DocumentFormat.OpenXml.Drawing.Diagrams.RotationPathValues>
type RotationPathValues =
type RotationPathValues = struct
interface IEnumValue
interface IEnumValueFactory<RotationPathValues>
Public Enum RotationPathValues
Public Structure RotationPathValues
Implements IEnumValue, IEnumValueFactory(Of RotationPathValues), IEquatable(Of RotationPathValues)
- Inheritance
-
RotationPathValues
- Inheritance
-
RotationPathValues
Fields
Name | Value | Description |
---|---|---|
None | 0 | None. When the item is serialized out as xml, its value is "none". |
AlongPath | 1 | Along Path. When the item is serialized out as xml, its value is "alongPath". |
AlongPath | Along Path. When the item is serialized out as xml, its value is "alongPath". |
|
Equality(RotationPathValues, RotationPathValues) | ||
Equals(Object) | ||
Equals(RotationPathValues) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<RotationPathValues>.Create(String) | ||
Inequality(RotationPathValues, RotationPathValues) | ||
None | None. When the item is serialized out as xml, its value is "none". |
|
RotationPathValues(String) | Creates a new RotationPathValues enum instance |
|
ToString() |