PathFillModeValues 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 Fill Mode
public enum PathFillModeValues
public readonly struct PathFillModeValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.PathFillModeValues>, IEquatable<DocumentFormat.OpenXml.Drawing.PathFillModeValues>
type PathFillModeValues =
type PathFillModeValues = struct
interface IEnumValue
interface IEnumValueFactory<PathFillModeValues>
Public Enum PathFillModeValues
Public Structure PathFillModeValues
Implements IEnumValue, IEnumValueFactory(Of PathFillModeValues), IEquatable(Of PathFillModeValues)
- Inheritance
-
PathFillModeValues
- Inheritance
-
PathFillModeValues
Fields
PathFillModeValues(String) | Creates a new PathFillModeValues enum instance |
|
Darken | 4 | Darken Path Fill. When the item is serialized out as xml, its value is "darken". |
Darken | Darken Path Fill. When the item is serialized out as xml, its value is "darken". |
|
DarkenLess | 5 | Darken Path Fill Less. When the item is serialized out as xml, its value is "darkenLess". |
DarkenLess | Darken Path Fill Less. When the item is serialized out as xml, its value is "darkenLess". |
|
Equals(Object) | ||
Equals(PathFillModeValues) | ||
GetHashCode() | ||
Lighten | 2 | Lighten Path Fill. When the item is serialized out as xml, its value is "lighten". |
Lighten | Lighten Path Fill. When the item is serialized out as xml, its value is "lighten". |
|
LightenLess | 3 | Lighten Path Fill Less. When the item is serialized out as xml, its value is "lightenLess". |
LightenLess | Lighten Path Fill Less. When the item is serialized out as xml, its value is "lightenLess". |
|
None | 0 | No Path Fill. When the item is serialized out as xml, its value is "none". |
None | No Path Fill. When the item is serialized out as xml, its value is "none". |
|
Norm | 1 | Normal Path Fill. When the item is serialized out as xml, its value is "norm". |
Norm | Normal Path Fill. When the item is serialized out as xml, its value is "norm". |
|
Equality(PathFillModeValues, PathFillModeValues) | ||
Inequality(PathFillModeValues, PathFillModeValues) | ||
ToString() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<PathFillModeValues>.Create(String) |