ShadowValues 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.
Shadow Type
public enum ShadowValues
public readonly struct ShadowValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Vml.ShadowValues>, IEquatable<DocumentFormat.OpenXml.Vml.ShadowValues>
type ShadowValues =
type ShadowValues = struct
interface IEnumValue
interface IEnumValueFactory<ShadowValues>
Public Enum ShadowValues
Public Structure ShadowValues
Implements IEnumValue, IEnumValueFactory(Of ShadowValues), IEquatable(Of ShadowValues)
- Inheritance
-
ShadowValues
- Inheritance
-
ShadowValues
Fields
Name | Value | Description |
---|---|---|
Single | 0 | Single Shadow. When the item is serialized out as xml, its value is "single". |
Double | 1 | Double Shadow. When the item is serialized out as xml, its value is "double". |
Emboss | 2 | Embossed Shadow. When the item is serialized out as xml, its value is "emboss". |
Perspective | 3 | Perspective Shadow. When the item is serialized out as xml, its value is "perspective". |
ShapeRelative | 4 | shapeRelative. When the item is serialized out as xml, its value is "shapeRelative". |
DrawingRelative | 5 | drawingRelative. When the item is serialized out as xml, its value is "drawingRelative". |
Double | Double Shadow. When the item is serialized out as xml, its value is "double". |
|
DrawingRelative | drawingRelative. When the item is serialized out as xml, its value is "drawingRelative". |
|
Emboss | Embossed Shadow. When the item is serialized out as xml, its value is "emboss". |
|
Equality(ShadowValues, ShadowValues) | ||
Equals(Object) | ||
Equals(ShadowValues) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<ShadowValues>.Create(String) | ||
Inequality(ShadowValues, ShadowValues) | ||
Perspective | Perspective Shadow. When the item is serialized out as xml, its value is "perspective". |
|
ShadowValues(String) | Creates a new ShadowValues enum instance |
|
ShapeRelative | shapeRelative. When the item is serialized out as xml, its value is "shapeRelative". |
|
Single | Single Shadow. When the item is serialized out as xml, its value is "single". |
|
ToString() |