LabelAlignmentValues Enum

Definition

Label Alignment

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

Fields

LabelAlignmentValues(String)

Creates a new LabelAlignmentValues enum instance

Center 0

Center.

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

Center

Center.

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

Equals(LabelAlignmentValues)
Equals(Object)
GetHashCode()
Left 1

Left.

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

Left

Left.

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

Equality(LabelAlignmentValues, LabelAlignmentValues)
Inequality(LabelAlignmentValues, LabelAlignmentValues)
Right

Right.

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

Right 2

Right.

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

ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<LabelAlignmentValues>.Create(String)

Applies to