PathShadeValues 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.
Path Shade Type
public enum PathShadeValuespublic readonly struct PathShadeValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.PathShadeValues>, IEquatable<DocumentFormat.OpenXml.Drawing.PathShadeValues>type PathShadeValues = type PathShadeValues = struct
    interface IEnumValue
    interface IEnumValueFactory<PathShadeValues>Public Enum PathShadeValuesPublic Structure PathShadeValues
Implements IEnumValue, IEnumValueFactory(Of PathShadeValues), IEquatable(Of PathShadeValues)- Inheritance
- 
				PathShadeValues
- Inheritance
- 
				PathShadeValues
Fields
| Name | Value | Description | 
|---|---|---|
| Shape | 0 | Shape. When the item is serialized out as xml, its value is "shape". | 
| Circle | 1 | Circle. When the item is serialized out as xml, its value is "circle". | 
| Rectangle | 2 | Rectangle. When the item is serialized out as xml, its value is "rect". | 
| Circle | Circle. When the item is serialized out as xml, its value is "circle". | |
| Equality(PathShadeValues, PathShadeValues) | ||
| Equals(Object) | ||
| Equals(PathShadeValues) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<PathShadeValues>.Create(String) | ||
| Inequality(PathShadeValues, PathShadeValues) | ||
| PathShadeValues(String) | Creates a new PathShadeValues enum instance | |
| Rectangle | Rectangle. When the item is serialized out as xml, its value is "rect". | |
| Shape | Shape. When the item is serialized out as xml, its value is "shape". | |
| ToString() |