StrokeLineStyleValues 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.
Stroke Line Style
public enum StrokeLineStyleValues
public readonly struct StrokeLineStyleValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Vml.StrokeLineStyleValues>, IEquatable<DocumentFormat.OpenXml.Vml.StrokeLineStyleValues>
type StrokeLineStyleValues =
type StrokeLineStyleValues = struct
interface IEnumValue
interface IEnumValueFactory<StrokeLineStyleValues>
Public Enum StrokeLineStyleValues
Public Structure StrokeLineStyleValues
Implements IEnumValue, IEnumValueFactory(Of StrokeLineStyleValues), IEquatable(Of StrokeLineStyleValues)
- Inheritance
-
StrokeLineStyleValues
- Inheritance
-
StrokeLineStyleValues
Fields
Name | Value | Description |
---|---|---|
Single | 0 | Single Line. When the item is serialized out as xml, its value is "single". |
ThinThin | 1 | Two Thin Lines. When the item is serialized out as xml, its value is "thinThin". |
ThinThick | 2 | Thin Line Outside Thick Line. When the item is serialized out as xml, its value is "thinThick". |
ThickThin | 3 | Thick Line Outside Thin Line. When the item is serialized out as xml, its value is "thickThin". |
ThickBetweenThin | 4 | Thck Line Between Thin Lines. When the item is serialized out as xml, its value is "thickBetweenThin". |
Equality(StrokeLineStyleValues, StrokeLineStyleValues) | ||
Equals(Object) | ||
Equals(StrokeLineStyleValues) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<StrokeLineStyleValues>.Create(String) | ||
Inequality(StrokeLineStyleValues, StrokeLineStyleValues) | ||
Single | Single Line. When the item is serialized out as xml, its value is "single". |
|
StrokeLineStyleValues(String) | Creates a new StrokeLineStyleValues enum instance |
|
ThickBetweenThin | Thck Line Between Thin Lines. When the item is serialized out as xml, its value is "thickBetweenThin". |
|
ThickThin | Thick Line Outside Thin Line. When the item is serialized out as xml, its value is "thickThin". |
|
ThinThick | Thin Line Outside Thick Line. When the item is serialized out as xml, its value is "thinThick". |
|
ThinThin | Two Thin Lines. When the item is serialized out as xml, its value is "thinThin". |
|
ToString() |