BooleanStyleValues 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.
On/Off Style Type
public enum BooleanStyleValues
	public readonly struct BooleanStyleValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.BooleanStyleValues>, IEquatable<DocumentFormat.OpenXml.Drawing.BooleanStyleValues>
	type BooleanStyleValues = 
	type BooleanStyleValues = struct
    interface IEnumValue
    interface IEnumValueFactory<BooleanStyleValues>
	Public Enum BooleanStyleValues
	Public Structure BooleanStyleValues
Implements IEnumValue, IEnumValueFactory(Of BooleanStyleValues), IEquatable(Of BooleanStyleValues)
		- Inheritance
 - 
				BooleanStyleValues
 
- Inheritance
 - 
				BooleanStyleValues
 
Fields
| Name | Value | Description | 
|---|---|---|
| On | 0 | On. When the item is serialized out as xml, its value is "on".  | 
			
| Off | 1 | Off. When the item is serialized out as xml, its value is "off".  | 
			
| Default | 2 | Default. When the item is serialized out as xml, its value is "def".  | 
			
| BooleanStyleValues(String) | Creates a new BooleanStyleValues enum instance  | 
			|
| Default | Default. When the item is serialized out as xml, its value is "def".  | 
			|
| Equality(BooleanStyleValues, BooleanStyleValues) | ||
| Equals(BooleanStyleValues) | ||
| Equals(Object) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<BooleanStyleValues>.Create(String) | ||
| Inequality(BooleanStyleValues, BooleanStyleValues) | ||
| Off | Off. When the item is serialized out as xml, its value is "off".  | 
			|
| On | On. When the item is serialized out as xml, its value is "on".  | 
			|
| ToString() |